Skip to content

Commit cebf22a

Browse files
author
Ikko Ashimine
authored
[Index] Fix typo in Index.cpp
implict -> implicit
1 parent 5d55ffe commit cebf22a

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)