Skip to content

Commit 26cf498

Browse files
authored
Merge pull request #2173 from JoelMarcey/if2-comment-fix
Fix argument comment in test of if2.rs
2 parents d07de87 + 6e60f44 commit 26cf498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03_if/if2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod tests {
1919

2020
#[test]
2121
fn yummy_food() {
22-
// This means that calling `picky_eater` with the argument "food" should return "Yummy!".
22+
// This means that calling `picky_eater` with the argument "strawberry" should return "Yummy!".
2323
assert_eq!(picky_eater("strawberry"), "Yummy!");
2424
}
2525

0 commit comments

Comments
 (0)