aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/control-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 0802c085..f59be2fe 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -208,7 +208,7 @@ 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 and, thus, recursive
-creation-dependencies are now possible.
+creation-dependencies are not possible.
::