Fixed misleading typo

"now possible" should instead read "not possible."
This commit is contained in:
Michael Coblenz 2016-12-19 15:08:18 -05:00 committed by GitHub
parent af8bc1c908
commit 31564d94b1

View File

@ -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.
::