Update visibility-and-getters.rst

edit private variable description to be more declarative
This commit is contained in:
Isaac Ibiapina 2019-05-15 18:56:21 -04:00 committed by GitHub
parent 66cea5abb6
commit 074580f743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ For state variables, ``external`` is not possible.
.. note::
Everything that is inside a contract is visible to
all observers external to the blockchain. Making something ``private``
only prevents other contracts from accessing and modifying
only prevents other contracts from reading or modifying
the information, but it will still be visible to the
whole world outside of the blockchain.