Skip to content

Commit c3bf567

Browse files
authored
Merge pull request #15488 from nnsW3/update
docs Update functions.rst
2 parents 675e469 + cdfb93e commit c3bf567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contracts/functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ This behavior is also in line with the ``STATICCALL`` opcode.
267267

268268
.. note::
269269
Prior to version 0.4.17 the compiler did not enforce that ``pure`` is not reading the state.
270-
It is a compile-time type check, which can be circumvented doing invalid explicit conversions
270+
It is a compile-time type check, which can be circumvented by doing invalid explicit conversions
271271
between contract types, because the compiler can verify that the type of the contract does
272272
not do state-changing operations, but it cannot check that the contract that will be called
273273
at runtime is actually of that type.

0 commit comments

Comments
 (0)