Minor doc formatting nits for pickByArray and pickByPredicate. [ci skip]

This commit is contained in:
John-David Dalton
2015-07-09 19:57:19 -07:00
parent 6cde31f843
commit 3e14d8f4dd

View File

@@ -4021,8 +4021,8 @@
}
/**
* A specialized version of `_.pick` which picks `object` properties specified
* by `props`.
* A specialized version of `_.pick` which picks `object` properties
* specified by `props`.
*
* @private
* @param {Object} object The source object.
@@ -4046,8 +4046,8 @@
}
/**
* A specialized version of `_.pick` which picks `object` properties `predicate`
* returns truthy for.
* A specialized version of `_.pick` which picks `object` properties
* `predicate` returns truthy for.
*
* @private
* @param {Object} object The source object.