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
+1 -1
View File
@@ -255,7 +255,7 @@ Type Information
The expression ``type(X)`` can be used to retrieve information about the
type ``X``. Currently, there is limited support for this feature, but
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``:
Memory byte array that contains the creation bytecode of the contract.