Skip to content

Commit

Permalink
Merge pull request #5470 from joe-saronic/patch-1
Browse files Browse the repository at this point in the history
Pretty sure that apostrophe does not belong
  • Loading branch information
epage committed Apr 22, 2024
2 parents 5ba6714 + 2fae8fe commit 2671fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_builder/01_quick.rs
Expand Up @@ -36,7 +36,7 @@ fn main() {
// Note, only flags can have multiple occurrences
match matches
.get_one::<u8>("debug")
.expect("Count's are defaulted")
.expect("Counts are defaulted")
{
0 => println!("Debug mode is off"),
1 => println!("Debug mode is kind of on"),
Expand Down

0 comments on commit 2671fc1

Please sign in to comment.