diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/structure-of-a-contract.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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. :: |