aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-17 23:05:03 +0800
committerchriseth <c@ethdev.com>2016-05-17 23:05:03 +0800
commite28604f0b021105b8e0863e485895f1009a77d37 (patch)
tree315674e4533f295a4d3a3a8b7e111f0395035f45 /docs
parent67ca3bb4b9b43faadb1d6a07f868c94bae146c1e (diff)
downloaddexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.gz
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.bz2
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.lz
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.xz
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.tar.zst
dexon-solidity-e28604f0b021105b8e0863e485895f1009a77d37.zip
Typo
Diffstat (limited to 'docs')
-rw-r--r--docs/control-structures.rst2
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: