Skip to content

Commit 03409be

Browse files
Marenzwechman
andauthored
Update libsolidity/analysis/NameAndTypeResolver.h
Co-authored-by: Damian Wechman <[email protected]>
1 parent 18784cf commit 03409be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/analysis/NameAndTypeResolver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class NameAndTypeResolver
9595
Declaration const* pathFromCurrentScope(std::vector<ASTString> const& _path) const;
9696
/// Resolves a path starting from the "current" scope, but also searches parent scopes.
9797
/// Should only be called during the initial resolving phase.
98-
/// @note Returns an empty vector if any component in the path was not unique or not found otherwise all declarations along the path are returned.
98+
/// @note Returns an empty vector if any component in the path was non-unique or not found. Otherwise, all declarations along the path are returned.
9999
std::vector<Declaration const*> pathFromCurrentScopeWithAllDeclarations(std::vector<ASTString> const& _path) const;
100100

101101
/// Generate and store warnings about declarations with the same name.

0 commit comments

Comments
 (0)