mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fix typo in _.times docs. [ci skip] [closes #549]
This commit is contained in:
@@ -8297,7 +8297,7 @@
|
|||||||
* @returns {Array} Returns the array of results.
|
* @returns {Array} Returns the array of results.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* var diceRolls = _.times(3, _.partial(_.random, 1, 6));
|
* var diceRolls = _.times(3, _.partial(_.random, 1, 6, false));
|
||||||
* // => [3, 6, 4]
|
* // => [3, 6, 4]
|
||||||
*
|
*
|
||||||
* _.times(3, function(n) { mage.castSpell(n); });
|
* _.times(3, function(n) { mage.castSpell(n); });
|
||||||
|
|||||||
Reference in New Issue
Block a user