Remove unnecessary word

This commit is contained in:
Tomek Kopczynski 2019-01-17 21:59:31 +01:00
parent 7c07e94986
commit 369a368a3f

View File

@ -117,7 +117,7 @@ to read the data, so will everyone else.
You can restrict read access to your contract's state You can restrict read access to your contract's state
by **other contracts**. That is actually the default 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 Furthermore, you can restrict who can make modifications
to your contract's state or call your contract's to your contract's state or call your contract's