aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2019-01-07 19:26:50 +0800
committerGitHub <noreply@github.com>2019-01-07 19:26:50 +0800
commit96d220163d6f35aa5ab218f6b6a5afcc46977dad (patch)
tree98ef5c300be77c36ba5ee26c7a93b464751105f8 /docs/abi-spec.rst
parenta0b8201442e62e61abf3c18a87dd1f201f83ac0f (diff)
parentbf93665ad88d49fc6ff5b58ce5f03d59ba6d6131 (diff)
downloaddexon-solidity-96d220163d6f35aa5ab218f6b6a5afcc46977dad.tar.gz
dexon-solidity-96d220163d6f35aa5ab218f6b6a5afcc46977dad.tar.zst
dexon-solidity-96d220163d6f35aa5ab218f6b6a5afcc46977dad.zip
Merge pull request #5731 from poiresel/docs_spelling_fixes
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 3c9dfcf9..2c01c4a1 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.