docs: 修改错别字

This commit is contained in:
weibk
2024-04-28 08:40:23 +08:00
committed by GitHub
parent 595922a95c
commit bd39fe822a

View File

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