From 122a77da69c5e7ba5b82d9f1197ee660aabb31b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E6=A9=98=20=E9=9B=AB=E9=9C=9E?= Date: Tue, 22 Mar 2022 21:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/basic/flow-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/flow-control.md b/src/basic/flow-control.md index 3890a120..f9ed7085 100644 --- a/src/basic/flow-control.md +++ b/src/basic/flow-control.md @@ -216,7 +216,7 @@ for item in collection { } ``` -上面代码对 1 到 3 的序列进行迭代,在遇到值为 2 时的跳出整个循环,后面的循环不在执行,输出如下: +上面代码对 1 到 3 的序列进行迭代,在遇到值为 2 时的跳出整个循环,后面的循环不再执行,输出如下: ```console 1