Update zh-CN/src/flow-control.md

This commit is contained in:
Sunface
2024-05-27 14:25:38 +08:00
committed by GitHub
parent bd39fe822a
commit 980438637b

View File

@ -175,7 +175,7 @@ fn main() {
if count == 3 {
println!("three");
// 跳过当循环的剩余代码
// 跳过当循环的剩余代码
__;
}