mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
possible typo fix
This commit is contained in:
parent
a0d171722a
commit
5234408ff5
@ -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 always reference storage
|
* local variables are always in stack
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user