Skip to content

Commit 2a06b04

Browse files
authored
fix: fix anchor name (#1203)
1 parent 1722d6f commit 2a06b04

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
@@ -14,7 +14,7 @@
1414
如果你阅读本文是为了寻找其他类型的循环,那么:
1515
1616
- 用于遍历对象属性的 `for..in` 循环请见:[for..in](info:object#forin)。
17-
- 用于遍历数组和可迭代对象的循环分别请见:[for..of](info:array#loops) 和 [iterables](info:iterable)。
17+
- 用于遍历数组和可迭代对象的循环分别请见:[for..of](info:array#xun-huan) 和 [iterables](info:iterable)。
1818
1919
否则,请继续阅读。
2020
```

0 commit comments

Comments
 (0)