mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
fix typo
This commit is contained in:
parent
4b6900a6fe
commit
85c6b77651
@ -17,7 +17,7 @@ mod back_of_house {
|
||||
pub fn eat_at_restaurant() {
|
||||
// 在夏天订购一个黑麦土司作为早餐
|
||||
let mut meal = back_of_house::Breakfast::summer("Rye");
|
||||
// 改变注意更换想要面包的类型
|
||||
// 改变主意更换想要面包的类型
|
||||
meal.toast = String::from("Wheat");
|
||||
println!("I'd like {} toast please", meal.toast);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user