Skip to content

Commit ab83de5

Browse files
authored
fix: typo in jsdoc description for whilst (#1850)
1 parent 63d0de2 commit ab83de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/whilst.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import awaitify from './internal/awaitify.js'
1212
* @method
1313
* @category Control Flow
1414
* @param {AsyncFunction} test - asynchronous truth test to perform before each
15-
* execution of `iteratee`. Invoked with ().
15+
* execution of `iteratee`. Invoked with (callback).
1616
* @param {AsyncFunction} iteratee - An async function which is called each time
1717
* `test` passes. Invoked with (callback).
1818
* @param {Function} [callback] - A callback which is called after the test

0 commit comments

Comments
 (0)