Skip to content

Commit f0e8fcb

Browse files
authored
Merge pull request #42618 from eltociear/patch-32
[Index] Fix typo in Index.cpp
2 parents 1b9e42c + cebf22a commit f0e8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Index/Index.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ class IndexSwiftASTWalker : public SourceEntityWalker {
767767
"Generic param decls in extension should always be implicit and "
768768
"shadow a generic param in the extended type.");
769769
assert(Extension->getExtendedNominal() &&
770-
"The implict generic types on the extension should only be created "
770+
"The implicit generic types on the extension should only be created "
771771
"if the extended type was found");
772772

773773
auto ExtendedTypeGenSig =

0 commit comments

Comments
 (0)