Reword _.merge docs for clarity. [ci skip]

This commit is contained in:
Michael Kearns
2015-07-15 22:04:02 +01:00
committed by John-David Dalton
parent f695af587a
commit 7a34b2982f

View File

@@ -9087,9 +9087,9 @@
} }
/** /**
* Recursively merges own enumerable properties of the source object(s), that * Recursively merges own enumerable properties of the source object(s) into the
* don't resolve to `undefined` into the destination object. Subsequent sources * destination object, for source properties which don't resolve to `undefined`.
* overwrite property assignments of previous sources. * Subsequent sources overwrite property assignments of previous sources.
* *
* @static * @static
* @memberOf _ * @memberOf _