mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +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() {
|
pub fn eat_at_restaurant() {
|
||||||
// 在夏天订购一个黑麦土司作为早餐
|
// 在夏天订购一个黑麦土司作为早餐
|
||||||
let mut meal = back_of_house::Breakfast::summer("Rye");
|
let mut meal = back_of_house::Breakfast::summer("Rye");
|
||||||
// 改变注意更换想要面包的类型
|
// 改变主意更换想要面包的类型
|
||||||
meal.toast = String::from("Wheat");
|
meal.toast = String::from("Wheat");
|
||||||
println!("I'd like {} toast please", meal.toast);
|
println!("I'd like {} toast please", meal.toast);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user