diff options
author | chriseth <c@ethdev.com> | 2016-06-03 17:42:48 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-06-03 17:42:48 +0800 |
commit | 4df076593408e1399fa2ea584cb27193f896de06 (patch) | |
tree | cece55b5275a6e1532d14b9b3e72476f311f09b8 /docs/types.rst | |
parent | d8bf98598bd812a2329c907bd4c79228f832e75e (diff) | |
download | dexon-solidity-4df076593408e1399fa2ea584cb27193f896de06.tar.gz dexon-solidity-4df076593408e1399fa2ea584cb27193f896de06.tar.zst dexon-solidity-4df076593408e1399fa2ea584cb27193f896de06.zip |
Fixed typo.
Diffstat (limited to 'docs/types.rst')
-rw-r--r-- | docs/types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 62164c0f..5909713e 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -393,7 +393,7 @@ possible: } It is planned to remove this restriction in the future but currently creates -some complications because of how arryes are passed in the ABI. +some complications because of how arrays are passed in the ABI. .. index:: ! array;length, length, push, !array;push |