We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d935e commit 6ba92e5Copy full SHA for 6ba92e5
src/main.rs
@@ -98,7 +98,7 @@ fn run(cli: Cli) -> Result<(), Error> {
98
petnames.retain(|s| s.starts_with(c));
99
} else {
100
return Err(Error::Alliteration(
101
- "no petnames begin with the choosen alliteration character".to_string(),
+ "no petnames begin with the chosen alliteration character".to_string(),
102
));
103
}
104
0 commit comments