aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-02-23 21:38:44 +0800
committerChristian <c@ethdev.com>2015-02-23 21:38:44 +0800
commitc8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6 (patch)
tree9842c87ee3de2726ac128f4f4ca22c41e907b1b7 /Types.h
parent261786d909262e6cb4e9602cced76a3a22b7cb88 (diff)
downloaddexon-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types.h b/Types.h
index b13f3517..7e02f878 100644
--- a/Types.h
+++ b/Types.h
@@ -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
{