diff options
author | Grzegorz Hasse <grzegorz.hasse@gmail.com> | 2018-03-08 13:27:24 +0800 |
---|---|---|
committer | Grzegorz Hasse <grzegorz.hasse@gmail.com> | 2018-03-08 13:27:24 +0800 |
commit | 7ebd580954b355605025a9ef46602382145a2cdc (patch) | |
tree | 765cd15e8732a0725953534b3561c992f3c0a0d8 /docs | |
parent | b5e804b8caba0cc84514898323df91a025705177 (diff) | |
download | dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.gz dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.zst dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.zip |
Fix a typo.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/abi-spec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 4a61d91f..4d84a7da 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -58,7 +58,7 @@ The following elementary types exist: - ``bytes<M>``: binary type of ``M`` bytes, ``0 < M <= 32``. -- ``function``: an address (20 bytes) folled by a function selector (4 bytes). Encoded identical to ``bytes24``. +- ``function``: an address (20 bytes) followed by a function selector (4 bytes). Encoded identical to ``bytes24``. The following (fixed-size) array type exists: |