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 f59d86e7..5df5313c 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 always reference storage
+* local variables are always in stack
Example::