mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Minor doc formatting nits for pickByArray and pickByPredicate. [ci skip]
This commit is contained in:
@@ -4021,8 +4021,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A specialized version of `_.pick` which picks `object` properties specified
|
* A specialized version of `_.pick` which picks `object` properties
|
||||||
* by `props`.
|
* specified by `props`.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Object} object The source object.
|
* @param {Object} object The source object.
|
||||||
@@ -4046,8 +4046,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A specialized version of `_.pick` which picks `object` properties `predicate`
|
* A specialized version of `_.pick` which picks `object` properties
|
||||||
* returns truthy for.
|
* `predicate` returns truthy for.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {Object} object The source object.
|
* @param {Object} object The source object.
|
||||||
|
|||||||
Reference in New Issue
Block a user