Correct warning message in Pure Functions doc

wrong commit that caused this: (64eaff6420 (diff-754689a291c0a19b500c31eb6c1d30c7R506))
This commit is contained in:
Furkan Ayhan 2018-03-04 13:23:07 +03:00 committed by GitHub
parent 7e2f3d3e07
commit c2730a4893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -503,7 +503,7 @@ In addition to the list of state modifying statements explained above, the follo
}
.. 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