Skip to content

Commit 1335934

Browse files
authored
Merge pull request ruanyf#573 from gongpeione/patch-1
Fix 替代数组->替代函数
2 parents b9e9f4e + 90392b6 commit 1335934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const arr = [
5858
// [1]
5959
```
6060

61-
### 替代数组的 apply 方法
61+
### 替代函数的 apply 方法
6262

6363
由于扩展运算符可以展开数组,所以不再需要`apply`方法,将数组转为函数的参数了。
6464

0 commit comments

Comments
 (0)