aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2019-01-18 05:47:33 +0800
committerGitHub <noreply@github.com>2019-01-18 05:47:33 +0800
commit3f7bb4d027b3a8926f118329ea42c6171adc16bd (patch)
tree56e98115624e5726c53bae65d71428758d68a4f7
parent7c07e9498664c9b9dec6f332490d51c7a920de8b (diff)
parent369a368a3f06c9ef82e434f083f2b94cc2844e22 (diff)
downloaddexon-solidity-3f7bb4d027b3a8926f118329ea42c6171adc16bd.tar.gz
dexon-solidity-3f7bb4d027b3a8926f118329ea42c6171adc16bd.tar.zst
dexon-solidity-3f7bb4d027b3a8926f118329ea42c6171adc16bd.zip
Merge pull request #5814 from tkopczynski/docs-fix-remove-word
[DOCS] Remove unnecessary word
-rw-r--r--docs/common-patterns.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst
index 3704b730..65bf7f44 100644
--- a/docs/common-patterns.rst
+++ b/docs/common-patterns.rst
@@ -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