Merge pull request #5905 from ethereum/docs_typo

Fix typo in creationCode docs
This commit is contained in:
chriseth 2019-01-30 12:55:41 +01:00 committed by GitHub
commit 53193bc374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.