mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-10 05:24:45 +00:00
docs: 修改错别字
This commit is contained in:
@@ -175,7 +175,7 @@ fn main() {
|
|||||||
if count == 3 {
|
if count == 3 {
|
||||||
println!("three");
|
println!("three");
|
||||||
|
|
||||||
// 跳过当此循环的剩余代码
|
// 跳过当次循环的剩余代码
|
||||||
__;
|
__;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -242,4 +242,4 @@ fn main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/flow-control.md)找到答案(在 solutions 路径下)
|
> 你可以在[这里](https://github.com/sunface/rust-by-practice/blob/master/solutions/flow-control.md)找到答案(在 solutions 路径下)
|
||||||
|
Reference in New Issue
Block a user