Fix typo in _.times docs. [ci skip] [closes #549]

This commit is contained in:
John-David Dalton
2014-05-09 08:46:56 -07:00
parent 5deb7371ab
commit e901208721

View File

@@ -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); });