Skip to content

Commit bb370a3

Browse files
author
CypherPoet
authored
Fix small typo in CommandConfiguration documentation (#252)
1 parent 8492882 commit bb370a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public struct CommandConfiguration {
5656
/// - abstract: A one-line description of the command.
5757
/// - discussion: A longer description of the command.
5858
/// - version: The version number for this command. When you provide a
59-
/// non-empty string, the arguemnt parser prints it if the user provides
59+
/// non-empty string, the argument parser prints it if the user provides
6060
/// a `--version` flag.
6161
/// - shouldDisplay: A Boolean value indicating whether the command
6262
/// should be shown in the extended help display.

0 commit comments

Comments
 (0)