diff options
-rw-r--r-- | docs/frequently-asked-questions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index ea8b6a67..454083f2 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -713,6 +713,7 @@ In the case of a `contract A` calling a new instance of `contract B`, parenthese `new B` because `B.value` would refer to a member of `B` called `value`. You will need to make sure that you have both contracts aware of each other's presence. In this example:: + contract B {} contract A { address child; |