aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbernard peh <bpeh@sitecritic.net>2017-09-25 17:29:10 +0800
committerbernard peh <bpeh@sitecritic.net>2017-09-25 17:29:10 +0800
commit5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1 (patch)
treeaa8a5235a045c29d97f6454f6ec059f74536216f
parent5234408ff507519e4e6d5e9eef8f76bd9b322b64 (diff)
downloaddexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.tar.gz
dexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.tar.zst
dexon-solidity-5ffd119990b300fb4fa3c0cf693c07ed67bb0aa1.zip
minor tuning to sentence to be more accurate
-rw-r--r--docs/frequently-asked-questions.rst2
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::