diff options
author | hh3755 <hh3755@users.noreply.github.com> | 2017-07-08 17:23:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 17:23:48 +0800 |
commit | d01b02f8cfefa8ecded4b800f14fe449fc007447 (patch) | |
tree | 3059b6d46ac87a5124d47ec4597b942eac4bd084 /docs/assembly.rst | |
parent | f129372245d1b4fd4ff6425e9f7cbe701247cdc1 (diff) | |
download | dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.gz dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.tar.zst dexon-solidity-d01b02f8cfefa8ecded4b800f14fe449fc007447.zip |
typo of bitween for between
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r-- | docs/assembly.rst | 2 |
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:: |