We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b9e42c + cebf22a commit f0e8fcbCopy full SHA for f0e8fcb
lib/Index/Index.cpp
@@ -767,7 +767,7 @@ class IndexSwiftASTWalker : public SourceEntityWalker {
767
"Generic param decls in extension should always be implicit and "
768
"shadow a generic param in the extended type.");
769
assert(Extension->getExtendedNominal() &&
770
- "The implict generic types on the extension should only be created "
+ "The implicit generic types on the extension should only be created "
771
"if the extended type was found");
772
773
auto ExtendedTypeGenSig =
0 commit comments