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.
2 parents f8be751 + 46c39ad commit 8d5fab7Copy full SHA for 8d5fab7
SwiftParserCLI/Sources/swift-parser-cli/Commands/PrintDiags.swift
@@ -18,7 +18,7 @@ import SwiftParserDiagnostics
18
struct PrintDiags: ParsableCommand, ParseCommand {
19
static var configuration = CommandConfiguration(
20
commandName: "print-diags",
21
- abstract: "Print the diagnostics produced by parsing a soruce file"
+ abstract: "Print the diagnostics produced by parsing a source file"
22
)
23
24
@OptionGroup
0 commit comments