From c45593a44480f846302fdb652e23bd47988fba84 Mon Sep 17 00:00:00 2001 From: RJ Catalano Date: Mon, 11 Jan 2016 23:41:20 -0600 Subject: clarification on dynamic arrays, switcheroo on typepointer, and a documentation test added --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 919ee54e..f87b785d 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -318,7 +318,7 @@ Can state variables be initialized in-line? =========================================== Yes, this is possible for all types (even for structs). However, for arrays it -should be noted that you must declare them as static memory arrays. Futhermore, multi dimensional arrays cannot be declared inline. +should be noted that you must declare them as static memory arrays. Examples:: -- cgit v1.2.3