diff options
author | RJ Catalano <catalanor0220@gmail.com> | 2016-01-12 05:48:41 +0800 |
---|---|---|
committer | RJ Catalano <catalanor0220@gmail.com> | 2016-01-12 05:48:41 +0800 |
commit | b230fe19052307d1b71372599ccaf8e1440e1473 (patch) | |
tree | cb54d808556f9b854427ebbc1ca7c594a9d6a90c | |
parent | 4a6815c9bd1884ef8849fd3d2128b3c0c91a3044 (diff) | |
download | dexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.tar.gz dexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.tar.zst dexon-solidity-b230fe19052307d1b71372599ccaf8e1440e1473.zip |
forgot to take the auto tabs off...turned into spaces
-rw-r--r-- | docs/frequently-asked-questions.rst | 2 |
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(); |