Skip to content

Commit

Permalink
Removing outdated line about how child objects weren't cloned by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike committed Oct 4, 2017
1 parent 55c1aa7 commit 48dc381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ elements from both `x` and `y`.
If an element at the same key is present for both `x` and `y`, the value from
`y` will appear in the result.

Merging creates a new object, so that neither `x` or `y` are be modified. However, child objects on `x` or `y` are copied over - if you want to copy all values, you must pass `true` to the clone option.
Merging creates a new object, so that neither `x` or `y` are be modified.

merge.all(arrayOfObjects, [options])
-----------
Expand Down

0 comments on commit 48dc381

Please sign in to comment.