Added an extra necessary linebreak

This commit is contained in:
Denton Liu 2016-05-12 13:16:01 -04:00
parent 18fb63167b
commit 4b9e9cad56

View File

@ -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`. `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. You will need to make sure that you have both contracts aware of each other's presence.
In this example:: In this example::
contract B {} contract B {}
contract A { contract A {
address child; address child;