Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #4486 from jpgrayson/master
Browse files Browse the repository at this point in the history
fix: ContextKind.as_str() spellings
  • Loading branch information
epage committed Nov 16, 2022
2 parents ba32ab8 + d9c9c7b commit df1efb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error/context.rs
Expand Up @@ -46,8 +46,8 @@ impl ContextKind {
Self::InvalidSubcommand => Some("Invalid Subcommand"),
Self::InvalidArg => Some("Invalid Argument"),
Self::PriorArg => Some("Prior Argument"),
Self::ValidSubcommand => Some("Value Subcommand"),
Self::ValidValue => Some("Value Value"),
Self::ValidSubcommand => Some("Valid Subcommand"),
Self::ValidValue => Some("Valid Value"),
Self::InvalidValue => Some("Invalid Value"),
Self::ActualNumValues => Some("Actual Number of Values"),
Self::ExpectedNumValues => Some("Expected Number of Values"),
Expand Down

0 comments on commit df1efb4

Please sign in to comment.