mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Minor doc format (#4285)
This commit is contained in:
committed by
John-David Dalton
parent
6b1d83c968
commit
8fdf0ed9fa
2
times.js
2
times.js
@@ -6,7 +6,7 @@ const MAX_ARRAY_LENGTH = 4294967295
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Invokes the iteratee `n` times, returning an array of the results of
|
* Invokes the iteratee `n` times, returning an array of the results of
|
||||||
* each invocation. The iteratee is invoked with one argumentindex).
|
* each invocation. The iteratee is invoked with one argument: (index).
|
||||||
*
|
*
|
||||||
* @since 0.1.0
|
* @since 0.1.0
|
||||||
* @category Util
|
* @category Util
|
||||||
|
|||||||
Reference in New Issue
Block a user