Corrected explanation per discussion.

This commit is contained in:
Michael Coblenz 2016-12-22 10:35:58 -05:00 committed by GitHub
parent 4b3f147e65
commit c163a219de

View File

@ -207,8 +207,8 @@ Creating Contracts via ``new``
==============================
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
creation-dependencies are possible, cyclic dependencies are not.
code of the contract being created has to be known in advance, so recursive
creation-dependencies are not possible.
::