Skip to content

Commit

Permalink
Merge pull request #2173 from JoelMarcey/if2-comment-fix
Browse files Browse the repository at this point in the history
Fix argument comment in test of if2.rs
  • Loading branch information
mo8it authored Dec 13, 2024
2 parents d07de87 + 6e60f44 commit 26cf498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/03_if/if2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mod tests {

#[test]
fn yummy_food() {
// 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!".
assert_eq!(picky_eater("strawberry"), "Yummy!");
}

Expand Down

0 comments on commit 26cf498

Please sign in to comment.