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 20741e0 commit 97029aaCopy full SHA for 97029aa
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