mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2539 from hh3755/patch-1
typo of bitween for between
This commit is contained in:
commit
0b5c0d60bf
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user