From 5d486b741fc5352bb7d02a812fb7566f1749f9a7 Mon Sep 17 00:00:00 2001 From: Oleksii Matiiasevych Date: Tue, 6 Mar 2018 14:19:59 +0700 Subject: Revert warning update about `view` modifier --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contracts.rst') diff --git a/docs/contracts.rst b/docs/contracts.rst index e61667dd..67d4a249 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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 -- cgit v1.2.3