diff --git a/zh-CN/src/flow-control.md b/zh-CN/src/flow-control.md index ef049ae..e540bf2 100644 --- a/zh-CN/src/flow-control.md +++ b/zh-CN/src/flow-control.md @@ -175,7 +175,7 @@ fn main() { if count == 3 { println!("three"); - // 跳过当此循环的剩余代码 + // 跳过当前循环的剩余代码 __; } @@ -242,4 +242,4 @@ fn main() { } ``` -> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/flow-control.md)找到答案(在 solutions 路径下) \ No newline at end of file +> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/flow-control.md)找到答案(在 solutions 路径下)