aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-09 06:30:51 +0800
committerGitHub <noreply@github.com>2017-07-09 06:30:51 +0800
commit0b5c0d60bf6e00eadd0799b316279ed2dce6d56a (patch)
tree77e11dbbe922a7f122d3f2b817e87b39ccf66835
parent7d1ddfc6522294808f17b4d40b4419acaa643324 (diff)
parentd01b02f8cfefa8ecded4b800f14fe449fc007447 (diff)
downloaddexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar.gz
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar.bz2
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar.lz
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar.xz
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.tar.zst
dexon-solidity-0b5c0d60bf6e00eadd0799b316279ed2dce6d56a.zip
Merge pull request #2539 from hh3755/patch-1
typo of bitween for between
-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::