Skip to content

Commit ee90374

Browse files
committed
[Constraint system] Finish an unfinished comment.
1 parent e1c0dec commit ee90374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4044,7 +4044,7 @@ void ConstraintSystem::bindVariablesInPattern(
40444044
case PatternKind::Named: {
40454045
auto var = cast<NamedPattern>(pattern)->getDecl();
40464046

4047-
/// Create a fresh type variable to describe the type of the
4047+
/// Create a fresh type variable to describe the type of the bound variable.
40484048
Type varType = createTypeVariable(locator, TVO_CanBindToNoEscape);
40494049

40504050
auto ROK = ReferenceOwnership::Strong;

0 commit comments

Comments
 (0)