mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5905 from ethereum/docs_typo
Fix typo in creationCode docs
This commit is contained in:
commit
53193bc374
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user