minor tuning to sentence to be more accurate

This commit is contained in:
bernard peh 2017-09-25 19:29:10 +10:00
parent 5234408ff5
commit 5ffd119990

View File

@ -305,7 +305,7 @@ of variable it concerns:
* state variables are always in storage
* function arguments are always in memory
* local variables are always in stack
* local variables are always in the stack but reference storage
Example::