diff options
author | Oleg Iakovlev <yaolega@gmail.com> | 2016-03-01 19:15:20 +0800 |
---|---|---|
committer | Oleg Iakovlev <yaolega@gmail.com> | 2016-03-01 19:15:20 +0800 |
commit | 683f01fb2220769d84d9d26c354997161c4dd484 (patch) | |
tree | 037d3bff7a52584d6d7d7104c93a9ec7c579eb43 /docs | |
parent | 8339330ba3d3ae5c3c84a686586e73cdc46b6eaa (diff) | |
download | dexon-solidity-683f01fb2220769d84d9d26c354997161c4dd484.tar.gz dexon-solidity-683f01fb2220769d84d9d26c354997161c4dd484.tar.zst dexon-solidity-683f01fb2220769d84d9d26c354997161c4dd484.zip |
[Minor]: typo fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/structure-of-a-contract.rst | 2 |
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: |