Compare commits

..

No commits in common. "26cf4989a2d9ffe6464e737ec341305384c86080" and "d07de879a7dcfd5645bb8a658d0b20eff37250dc" have entirely different histories.

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!");
}