Tweak documented arg name key for _.pluck. [ci skip]

This commit is contained in:
John-David Dalton
2014-01-25 02:52:14 -08:00
parent 3986dd4c32
commit 0446a1b3a8

View File

@@ -4063,7 +4063,7 @@
* @type Function
* @category Collections
* @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.
* @example
*