From c2cf8069968b617ff75d4bc5cf7f72990f71da54 Mon Sep 17 00:00:00 2001 From: RJ Date: Wed, 30 Mar 2016 10:36:22 -0500 Subject: quick fix for appearence --- docs/frequently-asked-questions.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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; -- cgit v1.2.3