From 369a368a3f06c9ef82e434f083f2b94cc2844e22 Mon Sep 17 00:00:00 2001 From: Tomek Kopczynski Date: Thu, 17 Jan 2019 21:59:31 +0100 Subject: Remove unnecessary word --- docs/common-patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit