Skip to content

Commit 796501b

Browse files
committed
docs(function): fix typo
1 parent 6807435 commit 796501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ let log = ::console.log;
944944
var log = console.log.bind(console);
945945
```
946946

947-
双冒号运算符的运算结果,还是一个对象,因此可以采用链式写法。
947+
双冒号运算符的运算结果,还是一个函数,因此可以采用链式写法。
948948

949949
```javascript
950950
// 例一

0 commit comments

Comments
 (0)