mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Minor _.sortBy doc nit. [ci skip]
This commit is contained in:
@@ -5073,8 +5073,8 @@
|
|||||||
* @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 {Array|Function|Object|string} [callback=identity] The function
|
* @param {Array|Function|Object|string} [callback=identity] The function
|
||||||
* called per iteration. If a property name or object is provided it is
|
* called per iteration. If property name(s) or an object is provided it
|
||||||
* used to create a "_.pluck" or "_.where" style callback respectively.
|
* is used to create a "_.pluck" or "_.where" style callback respectively.
|
||||||
* @param {*} [thisArg] The `this` binding of `callback`.
|
* @param {*} [thisArg] The `this` binding of `callback`.
|
||||||
* @returns {Array} Returns the new sorted array.
|
* @returns {Array} Returns the new sorted array.
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user