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 a1b591c commit 4a8d4d2Copy full SHA for 4a8d4d2
lib/Sema/CSSimplify.cpp
@@ -8709,7 +8709,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
8709
auto anchor = loc->getAnchor();
8710
auto arrayLiteral = getAsExpr<ArrayExpr>(anchor);
8711
8712
- // If we're attempting to bind an array literal to a n'InlineArray'
+ // If we're attempting to bind an array literal to an 'InlineArray'
8713
// parameter, then check if the counts are equal and solve.
8714
if (kind == ConstraintKind::LiteralConformsTo &&
8715
protocol == arrayLiteralProto &&
0 commit comments