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 f8be751 commit 46c39adCopy full SHA for 46c39ad
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