We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80619d8 commit a7e9f5cCopy full SHA for a7e9f5c
Sources/swift-parser-test/DiagnosticsFormatter.swift
@@ -77,7 +77,7 @@ struct DiagnosticsFormatter {
77
78
/// Keep track if a line missing char should be printed
79
var printLineMissingChar = false
80
- /// Keep track if the first block of source lines were already printed
+ /// Keep track if the first block of source lines was already printed
81
var isFirstLinePrinted = false
82
83
for (lineNumber, line) in sourceLines.enumerated() {
0 commit comments