This commit is contained in:
Adam Millerchip 2022-01-01 02:19:17 +09:00
parent 983f19ed73
commit 1ad738e58f
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ pub fn main() void {
// wanted for this Food.
//
// Please return this Food from the loop.
break;
};
break food;
} else menu[0];
// ^ Oops! We forgot to return Mac & Cheese as the default
// Food when the requested ingredients aren't found.