aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/structure-of-a-contract.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst
index f00ac968..9910452f 100644
--- a/docs/structure-of-a-contract.rst
+++ b/docs/structure-of-a-contract.rst
@@ -27,7 +27,7 @@ State variables are values which are permanently stored in contract storage.
See the :ref:`types` section for valid state variable types and
:ref:`visibility-and-accessors` for possible choices for
-visability.
+visibility.
.. _structure-functions: