aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorRJ Catalano <catalanor0220@gmail.com>2016-01-12 05:48:41 +0800
committerRJ Catalano <catalanor0220@gmail.com>2016-01-12 05:48:41 +0800
commitb230fe19052307d1b71372599ccaf8e1440e1473 (patch)
treecb54d808556f9b854427ebbc1ca7c594a9d6a90c /docs/frequently-asked-questions.rst
parent4a6815c9bd1884ef8849fd3d2128b3c0c91a3044 (diff)
downloaddexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.tar.gz
dexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.tar.zst
dexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.zip
forgot to take the auto tabs off...turned into spaces
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-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 bf493167..919ee54e 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -326,7 +326,7 @@ Examples::
struct S { uint a; uint b; }
S public x = S(1, 2);
string name = "Ada";
- string[4] memory AdaArr = ["This", "is", "an", "array"];
+ string[4] memory AdaArr = ["This", "is", "an", "array"];
}
contract D {
C c = new C();