mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5814 from tkopczynski/docs-fix-remove-word
[DOCS] Remove unnecessary word
This commit is contained in:
commit
3f7bb4d027
@ -117,7 +117,7 @@ to read the data, so will everyone else.
|
||||
|
||||
You can restrict read access to your contract's state
|
||||
by **other contracts**. That is actually the default
|
||||
unless you declare make your state variables ``public``.
|
||||
unless you declare your state variables ``public``.
|
||||
|
||||
Furthermore, you can restrict who can make modifications
|
||||
to your contract's state or call your contract's
|
||||
|
Loading…
Reference in New Issue
Block a user