aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-05-08 22:07:25 +0800
committerLiana Husikyan <liana@ethdev.com>2015-05-08 23:51:53 +0800
commit5c1c690e286e4086eb60ef392b816c536e7b1839 (patch)
tree719712fe3e716c5d2ca56d6b9f3be1e4c5402b09 /Types.h
parente7568b5f4d7b07f5b36890852abce7d1b51f9124 (diff)
downloaddexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.gz
dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.zst
dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.zip
style changes
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 5b95e556..da2fcdb8 100644
--- a/Types.h
+++ b/Types.h
@@ -617,7 +617,7 @@ public:
/// @returns true if this function can take the given argument types (possibly
/// after implicit conversion).
bool canTakeArguments(TypePointers const& _arguments) const;
- /// @returns true if the types of parameters are equal(does't check return parameter types)
+ /// @returns true if the types of parameters are equal (does't check return parameter types)
bool hasEqualArgumentTypes(FunctionType const& _other) const;
Location const& getLocation() const { return m_location; }