Compare commits

..

1 commit

Author SHA1 Message Date
Jonathan Underwood f7fd886850
Merge 8aa8b492ea into d07de879a7 2024-12-11 13:28:13 +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!");
}