Skip to content

Commit 1efe185

Browse files
authored
Merge pull request swiftlang#23015 from davidungar/A3-1
2 parents 791b81f + 937600c commit 1efe185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/UnqualifiedLookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ void UnqualifiedLookupFactory::finishLookingInContext(
669669
// When a generic has the same name as a member, Swift prioritizes the generic
670670
// because the member could still be named by qualifying it. But there is no
671671
// corresponding way to qualify a generic parameter.
672-
// So, look for genrics first.
672+
// So, look for generics first.
673673
if (addGenericParameters == AddGenericParameters::Yes)
674674
addGenericParametersHereAndInEnclosingScopes(lookupContextForThisContext);
675675

0 commit comments

Comments
 (0)