From 98349929cd2e533b1ca81202a725cfa1575ba831 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Mon, 17 Sep 2018 15:56:04 +0200 Subject: Add clarification of state variables --- docs/structure-of-a-contract.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 1b4a6c55..d8bc51b8 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -21,7 +21,8 @@ which serves to provide a quick overview. State Variables =============== -State variables are values which are permanently stored in contract storage. +State variables are variables whose values are permanently stored in contract +storage. :: -- cgit