diff --git a/lodash.js b/lodash.js index a144a6dab..8344b2db6 100644 --- a/lodash.js +++ b/lodash.js @@ -5073,8 +5073,8 @@ * @category Collections * @param {Array|Object|string} collection The collection to iterate over. * @param {Array|Function|Object|string} [callback=identity] The function - * called per iteration. If a property name or object is provided it is - * used to create a "_.pluck" or "_.where" style callback respectively. + * called per iteration. If property name(s) or an object is provided it + * is used to create a "_.pluck" or "_.where" style callback respectively. * @param {*} [thisArg] The `this` binding of `callback`. * @returns {Array} Returns the new sorted array. * @example