mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed misleading typo
"now possible" should instead read "not possible."
This commit is contained in:
parent
af8bc1c908
commit
31564d94b1
@ -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.
|
||||
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user