mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
minor tuning to sentence to be more accurate
This commit is contained in:
parent
5234408ff5
commit
5ffd119990
@ -305,7 +305,7 @@ of variable it concerns:
|
|||||||
|
|
||||||
* state variables are always in storage
|
* state variables are always in storage
|
||||||
* function arguments are always in memory
|
* function arguments are always in memory
|
||||||
* local variables are always in stack
|
* local variables are always in the stack but reference storage
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user