Skip to content

Commit e639b14

Browse files
committed
typo
1 parent cdc3b28 commit e639b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-parser-test/DiagnosticsFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct DiagnosticsFormatter {
7777

7878
/// Keep track if a line missing char should be printed
7979
var printLineMissingChar = false
80-
/// Keep track if the first block of source lines were already printed
80+
/// Keep track if the first block of source lines was already printed
8181
var isFirstLinePrinted = false
8282

8383
for (lineNumber, line) in sourceLines.enumerated() {

0 commit comments

Comments
 (0)