diff options
author | bernard peh <bpeh@sitecritic.net> | 2017-09-25 17:29:10 +0800 |
---|---|---|
committer | bernard peh <bpeh@sitecritic.net> | 2017-09-25 17:29:10 +0800 |
commit | 5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1 (patch) | |
tree | aa8a5235a045c29d97f6454f6ec059f74536216f /docs/frequently-asked-questions.rst | |
parent | 5234408ff507519e4e6d5e9eef8f76bd9b322b64 (diff) | |
download | dexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.tar.gz dexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.tar.zst dexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.zip |
minor tuning to sentence to be more accurate
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r-- | docs/frequently-asked-questions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 5df5313c..387f16fe 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -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:: |