File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The `$`-prefixed keys are called *commands*. The data structure they are "mutati
58
58
59
59
* ` {$push: array} ` ` push() ` all the items in ` array ` on the target.
60
60
* ` {$unshift: array} ` ` unshift() ` all the items in ` array ` on the target.
61
- * ` {$splice: array of arrays} ` for each item in ` array() ` call ` splice() ` on the target with the parameters provided by the item.
61
+ * ` {$splice: array of arrays} ` for each item in ` arrays ` call ` splice() ` on the target with the parameters provided by the item.
62
62
* ` {$set: any} ` replace the target entirely.
63
63
* ` {$merge: object} ` merge the keys of ` object ` with the target.
64
64
* ` {$apply: function} ` passes in the current value to the function and updates it with the new returned value.
You can’t perform that action at this time.
0 commit comments