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
* don't resolve to `undefined` into the destination object. Subsequent sources
* overwrite property assignments of previous sources.
* Recursively merges own enumerable properties of the source object(s) into the
* destination object, for source properties which don't resolve to `undefined`.
* Subsequent sources overwrite property assignments of previous sources.
*
* @static
* @memberOf _