aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorhh3755 <hh3755@users.noreply.github.com>2017-07-08 17:23:48 +0800
committerGitHub <noreply@github.com>2017-07-08 17:23:48 +0800
commitd01b02f8cfefa8ecded4b800f14fe449fc007447 (patch)
tree3059b6d46ac87a5124d47ec4597b942eac4bd084 /docs
parentf129372245d1b4fd4ff6425e9f7cbe701247cdc1 (diff)
downloaddexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.gz
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.bz2
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.lz
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.xz
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.zst
dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.zip
typo of bitween for between
Diffstat (limited to 'docs')
-rw-r--r--docs/assembly.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assembly.rst b/docs/assembly.rst
index 83643634..00601371 100644
--- a/docs/assembly.rst
+++ b/docs/assembly.rst
@@ -965,7 +965,7 @@ adjustment. Every time a new
local variable is introduced, it is registered together with the current
stack height. If a variable is accessed (either for copying its value or for
assignment), the appropriate DUP or SWAP instruction is selected depending
-on the difference bitween the current stack height and the
+on the difference between the current stack height and the
stack height at the point the variable was introduced.
Pseudocode::