mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3641 from furkanayhan/patch-1
Correct warning message in Pure Functions doc
This commit is contained in:
commit
e3c2ab39a1
@ -503,7 +503,7 @@ In addition to the list of state modifying statements explained above, the follo
|
|||||||
}
|
}
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Before version 0.4.17 the compiler didn't enforce that ``view`` is not reading the state.
|
Before version 0.4.17 the compiler didn't enforce that ``pure`` is not reading the state.
|
||||||
|
|
||||||
.. index:: ! fallback function, function;fallback
|
.. index:: ! fallback function, function;fallback
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user