From 5234408ff507519e4e6d5e9eef8f76bd9b322b64 Mon Sep 17 00:00:00 2001 From: bernard peh Date: Sat, 16 Sep 2017 23:13:50 +1000 Subject: [PATCH] possible typo fix --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index f59d86e7e..5df5313c1 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::