aboutsummaryrefslogtreecommitdiffstats
path: root/AST.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 /AST.h
parente7568b5f4d7b07f5b36890852abce7d1b51f9124 (diff)
downloaddexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.gz
dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.tar.zst
dexon-solidity-5c1c690e286e4086eb60ef392b816c536e7b1839.zip
style changes
Diffstat (limited to 'AST.h')
-rw-r--r--AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AST.h b/AST.h
index be118be3..be5c9a6c 100644
--- a/AST.h
+++ b/AST.h
@@ -1217,7 +1217,7 @@ public:
}
Declaration const& getReferencedDeclaration() const;
- /// Stores a possible declarations referenced by this identifier. Has to be resolved
+ /// Stores a set of possible declarations referenced by this identifier. Has to be resolved
/// providing argument types using overloadResolution before the referenced declaration
/// is accessed.
void setOverloadedDeclarations(std::vector<Declaration const*> const& _declarations)