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 cdc3b28 commit e639b14Copy full SHA for e639b14
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