Skip to content

Commit cdfb93e

Browse files
authored
Update functions.rst
1 parent 675e469 commit cdfb93e

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)