mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +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
|
||||
* 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 _
|
||||
|
||||
Reference in New Issue
Block a user