Pretty sure that apostrophe does not belong

This commit is contained in:
Joe 2024-04-22 12:20:23 -05:00 committed by GitHub
parent 5ba67148de
commit 2fae8fe4c9
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"),