Merge pull request #6773 from eyezick/patch-1

Update visibility-and-getters.rst
This commit is contained in:
chriseth 2019-05-16 10:05:58 +02:00 committed by GitHub
commit 46d6f395b4
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.