mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Typo
This commit is contained in:
parent
67ca3bb4b9
commit
e28604f0b0
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user