Skip to content

Commit 63bfa49

Browse files
committed
fix: desc of asyncForEach
Probably better called serialAsyncForeach...
1 parent 2224c87 commit 63bfa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Performs forEach callback on an array in async manner.
2+
* Performs forEach async callback on an array in serial manner.
33
* @param {Array} array - Array or array-like object over which to iterate.
44
* @param {function} callback - The function to call, wait await, for every element.
55
*/

0 commit comments

Comments
 (0)