Skip to content

Commit 6e226ba

Browse files
authored
restore accidentally omitted trailing period.
1 parent 59d54ed commit 6e226ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/ASTNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212
//
1313
// This file defines the ASTNode, which is a union of Stmt, Expr, Decl,
14-
// Pattern, TypeRepr, StmtCondition, and CaseLabelItem
14+
// Pattern, TypeRepr, StmtCondition, and CaseLabelItem.
1515
//
1616
//===----------------------------------------------------------------------===//
1717

0 commit comments

Comments
 (0)