mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Fix doc and test label typos. [ci skip]
This commit is contained in:
committed by
John-David Dalton
parent
8e64432e2c
commit
5e639d1704
@@ -3665,7 +3665,7 @@
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The unwrapped value.
|
||||
* @param {Array} actions Actions to peform to resolve the unwrapped value.
|
||||
* @param {Array} actions Actions to perform to resolve the unwrapped value.
|
||||
* @returns {*} Returns the resolved value.
|
||||
*/
|
||||
function baseWrapperValue(value, actions) {
|
||||
@@ -11121,7 +11121,7 @@
|
||||
* Recursively merges own and inherited enumerable properties of source
|
||||
* objects into the destination object, skipping source properties that resolve
|
||||
* to `undefined`. Array and plain object properties are merged recursively.
|
||||
* Other objects and value types are overriden by assignment. Source objects
|
||||
* 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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user