Skip to content

Commit

Permalink
Update object.md
Browse files Browse the repository at this point in the history
错别字:“预算”->“运算”
  • Loading branch information
JChehe authored Mar 28, 2017
1 parent 3619d21 commit b8959b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ function entries(obj) {

## 对象的扩展运算符

《数组的扩展》一章中,已经介绍过扩展预算符`...`)。
《数组的扩展》一章中,已经介绍过扩展运算符`...`)。

```javascript
const [a, ...b] = [1, 2, 3];
Expand Down

0 comments on commit b8959b2

Please sign in to comment.