summaryrefslogtreecommitdiff
path: root/lib/timesSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timesSeries.js')
-rw-r--r--lib/timesSeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timesSeries.js b/lib/timesSeries.js
index dd2ad45..e68d1ed 100644
--- a/lib/timesSeries.js
+++ b/lib/timesSeries.js
@@ -10,7 +10,7 @@ import doLimit from './internal/doLimit';
* @static
* @memberOf async
* @see `async.times`
- * @category Util
+ * @category Control Flow
* @param {number} n - The number of times to run the function.
* @param {Function} iteratee - The function to call `n` times. Invoked with the
* iteration index and a callback (n, next).