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.
1 parent 3cc92a8 commit 83f469bCopy full SHA for 83f469b
lib/AST/RequirementMachine/MinimalConformances.cpp
@@ -350,7 +350,7 @@ static const ProtocolDecl *getParentConformanceForTerm(Term lhs) {
350
if (lhs.size() == 2)
351
return nullptr;
352
353
- // If we have a rule of the form X.[P:Y].[Q] => X.[P:Y] wih non-empty X,
+ // If we have a rule of the form X.[P:Y].[Q] => X.[P:Y] with non-empty X,
354
// then the parent type is X.[P].
355
return parentSymbol.getProtocol();
356
}
0 commit comments