Fix typo in creationCode docs

This commit is contained in:
Leonardo Alt 2019-01-30 12:54:05 +01:00
parent 67263d5131
commit 61810def3b

View File

@ -255,7 +255,7 @@ Type Information
The expression ``type(X)`` can be used to retrieve information about the The expression ``type(X)`` can be used to retrieve information about the
type ``X``. Currently, there is limited support for this feature, but type ``X``. Currently, there is limited support for this feature, but
it might be expanded in the future. The following properties are it might be expanded in the future. The following properties are
available for a conract type ``C``: available for a contract type ``C``:
``type(C).creationCode``: ``type(C).creationCode``:
Memory byte array that contains the creation bytecode of the contract. Memory byte array that contains the creation bytecode of the contract.