aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
diff options
context:
space:
mode:
authorpoiresel <deepa@airswap.io>2018-12-21 23:49:11 +0800
committerpoiresel <deepa@airswap.io>2018-12-21 23:49:11 +0800
commitbf93665ad88d49fc6ff5b58ce5f03d59ba6d6131 (patch)
treed2030b2cc1f23384e00706dab99b850d85f2215e /docs/abi-spec.rst
parent8825533222519c051693d1fb4bcaba6ea0cde032 (diff)
downloaddexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.gz
dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.tar.zst
dexon-solidity-bf93665ad88d49fc6ff5b58ce5f03d59ba6d6131.zip
resolve spelling issues in the docs folder
Diffstat (limited to 'docs/abi-spec.rst')
-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 0f4a16b6..367bb965 100644
--- a/docs/abi-spec.rst
+++ b/docs/abi-spec.rst
@@ -597,7 +597,7 @@ Strict encoding mode is the mode that leads to exactly the same encoding as defi
This means offsets have to be as small as possible while still not creating overlaps in the data areas and thus no gaps are
allowed.
-Usually, ABI decoders are written in a straigthforward way just following offset pointers, but some decoders
+Usually, ABI decoders are written in a straightforward way just following offset pointers, but some decoders
might enforce strict mode. The Solidity ABI decoder currently does not enforce strict mode, but the encoder
always creates data in strict mode.