mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Corrected explanation per discussion.
This commit is contained in:
parent
4b3f147e65
commit
c163a219de
@ -207,8 +207,8 @@ Creating Contracts via ``new``
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
A contract can create a new contract using the ``new`` keyword. The full
|
A contract can create a new contract using the ``new`` keyword. The full
|
||||||
code of the contract being created has to be known; though recursive
|
code of the contract being created has to be known in advance, so recursive
|
||||||
creation-dependencies are possible, cyclic dependencies are not.
|
creation-dependencies are not possible.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user