From 4b9e9cad562b96fc1d6eeb59a2115544c89cf72a Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 12 May 2016 13:16:01 -0400 Subject: Added an extra necessary linebreak --- 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 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; -- cgit v1.2.3