Skip to content

Commit

Permalink
Pretty sure that apostrophe does not belong
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-saronic committed Apr 22, 2024
1 parent 5ba6714 commit 2fae8fe
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 2fae8fe

Please sign in to comment.