Skip to content

Commit 725c545

Browse files
committed
Merge pull request #2630 from shamrin/patch-1
fix typo in addons.update() $splice command help
1 parent d70a1a5 commit 725c545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/10.6-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The `$`-prefixed keys are called *commands*. The data structure they are "mutati
5858

5959
* `{$push: array}` `push()` all the items in `array` on the target.
6060
* `{$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.
6262
* `{$set: any}` replace the target entirely.
6363
* `{$merge: object}` merge the keys of `object` with the target.
6464
* `{$apply: function}` passes in the current value to the function and updates it with the new returned value.

0 commit comments

Comments
 (0)