mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Tweak documented arg name key for _.pluck. [ci skip]
This commit is contained in:
@@ -4063,7 +4063,7 @@
|
|||||||
* @type Function
|
* @type Function
|
||||||
* @category Collections
|
* @category Collections
|
||||||
* @param {Array|Object|string} collection The collection to iterate over.
|
* @param {Array|Object|string} collection The collection to iterate over.
|
||||||
* @param {string} prop The name of the property to pluck.
|
* @param {string} key The name of the property to pluck.
|
||||||
* @returns {Array} Returns a new array of property values.
|
* @returns {Array} Returns a new array of property values.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user