diff options
author | Christian <c@ethdev.com> | 2015-02-23 21:38:44 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-02-23 21:38:44 +0800 |
commit | c8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6 (patch) | |
tree | 9842c87ee3de2726ac128f4f4ca22c41e907b1b7 /Types.h | |
parent | 261786d909262e6cb4e9602cced76a3a22b7cb88 (diff) | |
download | dexon-solidity-c8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6.tar.gz dexon-solidity-c8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6.tar.zst dexon-solidity-c8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6.zip |
Renames and comments.
Diffstat (limited to 'Types.h')
-rw-r--r-- | Types.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -279,7 +279,8 @@ public: }; /** - * The type of a byte array, prototype for a general array. + * The type of an array, the flavours are byte array (bytes), statically- (<type>[<length>]) + * and dynamically-sized array (<type>[]). */ class ArrayType: public Type { |