Skip to content

Commit 4a8d4d2

Browse files
Azoyglessard
andauthored
Update lib/Sema/CSSimplify.cpp
Co-authored-by: Guillaume Lessard <[email protected]>
1 parent a1b591c commit 4a8d4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8709,7 +8709,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyConformsToConstraint(
87098709
auto anchor = loc->getAnchor();
87108710
auto arrayLiteral = getAsExpr<ArrayExpr>(anchor);
87118711

8712-
// If we're attempting to bind an array literal to a n'InlineArray'
8712+
// If we're attempting to bind an array literal to an 'InlineArray'
87138713
// parameter, then check if the counts are equal and solve.
87148714
if (kind == ConstraintKind::LiteralConformsTo &&
87158715
protocol == arrayLiteralProto &&

0 commit comments

Comments
 (0)