Compare commits

..

1 commit

Author SHA1 Message Date
Kim Hokyeong
e8ec2fddf9
Merge 275071b740 into d07de879a7 2024-12-11 08:29:23 +09: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!");
}