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.
2 parents d07de87 + 6e60f44 commit 26cf498Copy full SHA for 26cf498
exercises/03_if/if2.rs
@@ -19,7 +19,7 @@ mod tests {
19
20
#[test]
21
fn yummy_food() {
22
- // This means that calling `picky_eater` with the argument "food" should return "Yummy!".
+ // This means that calling `picky_eater` with the argument "strawberry" should return "Yummy!".
23
assert_eq!(picky_eater("strawberry"), "Yummy!");
24
}
25
0 commit comments