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 04a3a69 + 97029aa commit 59daba4Copy full SHA for 59daba4
lib/Sema/CSStep.cpp
@@ -565,7 +565,7 @@ bool IsDeclRefinementOfRequest::evaluate(Evaluator &evaluator,
565
origType->getInterfaceType()->getCanonicalType()->getAs<SubstitutableType>();
566
567
// Make sure any duplicate bindings are equal to the one already recorded.
568
- // Otherwise, the substition has conflicting generic arguments.
+ // Otherwise, the substitution has conflicting generic arguments.
569
auto bound = substMap.find(interfaceTy);
570
if (bound != substMap.end() && !bound->second->isEqual(substType))
571
return CanType();
0 commit comments