aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-03-12 00:52:18 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-03-12 19:53:00 +0800
commitc81b4989535cde327b95a65c53fd271dc1e52f82 (patch)
tree290b6de3884751d0b3fa09c2b385e82a31ea8cd6 /Types.h
parentb8cede371dc5b7d5c40188dbb65eff293d7dd6ff (diff)
downloaddexon-solidity-c81b4989535cde327b95a65c53fd271dc1e52f82.tar.gz
dexon-solidity-c81b4989535cde327b95a65c53fd271dc1e52f82.tar.zst
dexon-solidity-c81b4989535cde327b95a65c53fd271dc1e52f82.zip
Style fixes in Types[cpp/h]
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Types.h b/Types.h
index 6517cf07..fd59a37a 100644
--- a/Types.h
+++ b/Types.h
@@ -158,7 +158,7 @@ protected:
};
/**
- * Any kind of integer type including address.
+ * Any kind of integer type (signed, unsigned, address).
*/
class IntegerType: public Type
{
@@ -231,7 +231,7 @@ private:
};
/**
- * Bytes type with fixed length of up to 32 bytes
+ * Bytes type with fixed length of up to 32 bytes.
*/
class FixedBytesType: public Type
{