mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 12:27:49 +00:00
Replace "iteratee function" with "iteratee". [ci skip]
This commit is contained in:
@@ -11527,7 +11527,7 @@
|
|||||||
/**
|
/**
|
||||||
* Creates an object with the same keys as `object` and values generated by
|
* Creates an object with the same keys as `object` and values generated by
|
||||||
* running each own enumerable property of `object` through `iteratee`. The
|
* running each own enumerable property of `object` through `iteratee`. The
|
||||||
* iteratee function is invoked with three arguments: (value, key, object).
|
* iteratee is invoked with three arguments: (value, key, object).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -13910,8 +13910,8 @@
|
|||||||
var rangeRight = createRange(true);
|
var rangeRight = createRange(true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Invokes the iteratee function `n` times, returning an array of the results
|
* Invokes the iteratee `n` times, returning an array of the results of
|
||||||
* of each invocation. The iteratee is invoked with one argument; (index).
|
* each invocation. The iteratee is invoked with one argument; (index).
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user