aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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::