aboutsummaryrefslogtreecommitdiffstats
path: root/docs/frequently-asked-questions.rst
diff options
context:
space:
mode:
authorRJ <catalanor0220@gmail.com>2016-03-30 23:36:22 +0800
committerRJ <catalanor0220@gmail.com>2016-03-30 23:36:22 +0800
commitc2cf8069968b617ff75d4bc5cf7f72990f71da54 (patch)
tree651967cb18748a32b3d3a0dc9126453f0bd44612 /docs/frequently-asked-questions.rst
parent9ca29aa508a25b5ccd9261ab7fd441df27d7da5f (diff)
downloaddexon-solidity-c2cf8069968b617ff75d4bc5cf7f72990f71da54.tar.gz
dexon-solidity-c2cf8069968b617ff75d4bc5cf7f72990f71da54.tar.zst
dexon-solidity-c2cf8069968b617ff75d4bc5cf7f72990f71da54.zip
quick fix for appearence
Diffstat (limited to 'docs/frequently-asked-questions.rst')
-rw-r--r--docs/frequently-asked-questions.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst
index 9e59e010..6ac5a9e9 100644
--- a/docs/frequently-asked-questions.rst
+++ b/docs/frequently-asked-questions.rst
@@ -178,6 +178,7 @@ Can I put arrays inside of a mapping? How do I make a mapping of a mapping?
Mappings are already syntactically similar to arrays as they are, therefore it doesn't make much sense to store an array in them. Rather what you should do is create a mapping of a mapping.
An example of this would be::
+
contract c {
struct myStruct {
uint someNumber;