Fix docs typo space after sentence in _.merge.

This commit is contained in:
Anders D. Johnson
2016-04-30 22:02:58 -05:00
committed by John-David Dalton
parent 963e2c23b0
commit 9e30cc4542

View File

@@ -12600,7 +12600,7 @@
* inherited enumerable string keyed properties of source objects into the
* destination object. Source properties that resolve to `undefined` are
* skipped if a destination value exists. Array and plain object properties
* are merged recursively.Other objects and value types are overridden by
* are merged recursively. Other objects and value types are overridden by
* assignment. Source objects are applied from left to right. Subsequent
* sources overwrite property assignments of previous sources.
*