Compare commits

..

1 commit

Author SHA1 Message Date
Kacper Poneta 665af72e4f
Merge 59e8f70e55 into d07de879a7 2024-12-13 09:25:44 +01:00

View file

@ -19,7 +19,7 @@ mod tests {
#[test]
fn yummy_food() {
// This means that calling `picky_eater` with the argument "strawberry" should return "Yummy!".
// This means that calling `picky_eater` with the argument "food" should return "Yummy!".
assert_eq!(picky_eater("strawberry"), "Yummy!");
}