From e28604f0b021105b8e0863e485895f1009a77d37 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 17 May 2016 17:05:03 +0200 Subject: Typo --- docs/control-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3