aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGrzegorz Hasse <grzegorz.hasse@gmail.com>2018-03-08 13:27:24 +0800
committerGrzegorz Hasse <grzegorz.hasse@gmail.com>2018-03-08 13:27:24 +0800
commit7ebd580954b355605025a9ef46602382145a2cdc (patch)
tree765cd15e8732a0725953534b3561c992f3c0a0d8 /docs
parentb5e804b8caba0cc84514898323df91a025705177 (diff)
downloaddexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.gz
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.bz2
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.lz
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.xz
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.tar.zst
dexon-solidity-7ebd580954b355605025a9ef46602382145a2cdc.zip
Fix a typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/abi-spec.rst2
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: