Skip to content

Commit c2c930a

Browse files
authored
fix: typo (#1014)
1 parent 8041f7c commit c2c930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-while-for/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ if (i > 5) {
298298

299299
## break/continue 标签
300300

301-
有时候我们需要从一次从多层嵌套的循环中跳出来
301+
有时候我们需要一次从多层嵌套的循环中跳出来
302302

303303
例如,下述代码中我们的循环使用了 `i``j`,从 `(0,0)``(3,3)` 提示坐标 `(i, j)`
304304

0 commit comments

Comments
 (0)