mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Reword _.merge docs for clarity. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
f695af587a
commit
7a34b2982f
@@ -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 _
|
||||||
|
|||||||
Reference in New Issue
Block a user