From 8fdf0ed9faf81c2342fd3d888d653c637c062c30 Mon Sep 17 00:00:00 2001 From: Yang Jin Date: Mon, 29 Apr 2019 00:00:44 +0800 Subject: [PATCH] Minor doc format (#4285) --- times.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/times.js b/times.js index 0d1851ac6..47804627d 100644 --- a/times.js +++ b/times.js @@ -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