aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-02-23 21:55:06 +0800
committerChristian <c@ethdev.com>2015-02-23 21:55:06 +0800
commit39c471f33265c4f87b2ca518d736034bdd188c0e (patch)
treed988550588054ec5558cbe153adfbdfcd1e1044f /Types.h
parentc8b03c51a0ad77dfbcc589f74fb69accdbdf3ae6 (diff)
downloaddexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.tar.gz
dexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.tar.zst
dexon-solidity-39c471f33265c4f87b2ca518d736034bdd188c0e.zip
Comments and warnings.
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.h b/Types.h
index 7e02f878..0d24b722 100644
--- a/Types.h
+++ b/Types.h
@@ -279,7 +279,7 @@ public:
};
/**
- * The type of an array, the flavours are byte array (bytes), statically- (<type>[<length>])
+ * The type of an array. The flavours are byte array (bytes), statically- (<type>[<length>])
* and dynamically-sized array (<type>[]).
*/
class ArrayType: public Type