Added an extra necessary linebreak

This commit is contained in:
Denton Liu
2016-05-18 11:35:32 -04:00
parent 18fb63167b
commit 4b9e9cad56
+1
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`.
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;