Minor doc format (#4285)

This commit is contained in:
Yang Jin
2019-04-29 00:00:44 +08:00
committed by John-David Dalton
parent 6b1d83c968
commit 8fdf0ed9fa

View File

@@ -6,7 +6,7 @@ const MAX_ARRAY_LENGTH = 4294967295
/**
* 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
* @category Util