mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added an extra necessary linebreak
This commit is contained in:
parent
18fb63167b
commit
4b9e9cad56
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user