Skip to content

Commit 9651a51

Browse files
committed
Correct a spell mistake in Chinese translation.
1 parent ba9c7f5 commit 9651a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zh/array/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##数组遍历与属性
22

3-
虽然在 JavaScript 中数组是是对象,但是没有好的理由去使用 [`for in` 循环](#object.forinloop) 遍历数组。
3+
虽然在 JavaScript 中数组是对象,但是没有好的理由去使用 [`for in` 循环](#object.forinloop) 遍历数组。
44
相反,有一些好的理由**不去**使用 `for in` 遍历数组。
55

66
> **注意:** JavaScript 中数组**不是** *关联数组*

0 commit comments

Comments
 (0)