Skip to content

Commit b844035

Browse files
committed
Fix a typo in a comment
1 parent a423937 commit b844035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5495,7 +5495,7 @@ bool shouldTypeCheckInEnclosingExpression(ClosureExpr *expr);
54955495

54965496
/// Visit each subexpression that will be part of the constraint system
54975497
/// of the given expression, including those in closure bodies that will be
5498-
/// part of the constraint system/
5498+
/// part of the constraint system.
54995499
void forEachExprInConstraintSystem(
55005500
Expr *expr, llvm::function_ref<Expr *(Expr *)> callback);
55015501

0 commit comments

Comments
 (0)