Merge pull request #519 from weibk/patch-2

docs: 修改错别字
This commit is contained in:
Sunface
2024-05-27 14:25:44 +08:00
committed by GitHub

View File

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