Merge pull request #5470 from joe-saronic/patch-1

Pretty sure that apostrophe does not belong
This commit is contained in:
Ed Page 2024-04-22 12:28:20 -05:00 committed by GitHub
commit 2671fc1a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),