From c163a219de96c2ad3f5b8f5e9a473924df742f46 Mon Sep 17 00:00:00 2001 From: Michael Coblenz Date: Thu, 22 Dec 2016 10:35:58 -0500 Subject: Corrected explanation per discussion. --- docs/control-structures.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/control-structures.rst') diff --git a/docs/control-structures.rst b/docs/control-structures.rst index b57c12f8..6c0b0f27 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -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. :: -- cgit