summaryrefslogtreecommitdiff
path: root/lib/eachSeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eachSeries.js')
-rw-r--r--lib/eachSeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachSeries.js b/lib/eachSeries.js
index a23aef5..3831456 100644
--- a/lib/eachSeries.js
+++ b/lib/eachSeries.js
@@ -6,7 +6,7 @@ import awaitify from './internal/awaitify'
*
* Note, that unlike [`each`]{@link module:Collections.each}, this function applies iteratee to each item
* in series and therefore the iteratee functions will complete in order.
-
+
* @name eachSeries
* @static
* @memberOf module:Collections