Revert warning update about view modifier

This commit is contained in:
Oleksii Matiiasevych
2018-03-06 14:19:59 +07:00
committed by GitHub
parent 41ea502f0e
commit 5d486b741f
+1 -1
View File
@@ -473,7 +473,7 @@ The following statements are considered modifying the state:
Getter methods are marked ``view``.
.. warning::
Before version 0.4.17 the compiler didn't enforce that ``view`` is not modifying the state.
The compiler does not enforce yet that a ``view`` method is not modifying state. It raises a warning though.
.. index:: ! pure function, function;pure