diff options
author | chriseth <c@ethdev.com> | 2016-05-17 23:05:03 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-05-17 23:05:03 +0800 |
commit | e28604f0b021105b8e0863e485895f1009a77d37 (patch) | |
tree | 315674e4533f295a4d3a3a8b7e111f0395035f45 | |
parent | 67ca3bb4b9b43faadb1d6a07f868c94bae146c1e (diff) | |
download | dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.gz dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.zst dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.zip |
Typo
-rw-r--r-- | docs/control-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 08bcb6ca..9ce746ef 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -461,7 +461,7 @@ stack. Also note that non-struct and non-array storage variable addresses occupy on the stack: One for the address and one for the byte offset inside the storage slot. In assignments (see below), we can even use local Solidity variables to assign to. -Functions external to inline assembly can also be accessed: The assemble will +Functions external to inline assembly can also be accessed: The assembly will push their entry label (with virtual function resolution applied). The calling semantics in solidity are: |