From 61810def3b39bbe67a3964223798dcabe2f09d2f Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Wed, 30 Jan 2019 12:54:05 +0100 Subject: [PATCH] Fix typo in creationCode docs --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index ce7706c19..1345d8d83 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -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.