We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70a1a5 commit 725c545Copy full SHA for 725c545
docs/docs/10.6-update.md
@@ -58,7 +58,7 @@ The `$`-prefixed keys are called *commands*. The data structure they are "mutati
58
59
* `{$push: array}` `push()` all the items in `array` on the target.
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.
+ * `{$splice: array of arrays}` for each item in `arrays` call `splice()` on the target with the parameters provided by the item.
62
* `{$set: any}` replace the target entirely.
63
* `{$merge: object}` merge the keys of `object` with the target.
64
* `{$apply: function}` passes in the current value to the function and updates it with the new returned value.
0 commit comments