mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update visibility-and-getters.rst
edit private variable description to be more declarative
This commit is contained in:
parent
66cea5abb6
commit
074580f743
@ -43,7 +43,7 @@ For state variables, ``external`` is not possible.
|
|||||||
.. note::
|
.. note::
|
||||||
Everything that is inside a contract is visible to
|
Everything that is inside a contract is visible to
|
||||||
all observers external to the blockchain. Making something ``private``
|
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
|
the information, but it will still be visible to the
|
||||||
whole world outside of the blockchain.
|
whole world outside of the blockchain.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user