We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d0de2 commit ab83de5Copy full SHA for ab83de5
lib/whilst.js
@@ -12,7 +12,7 @@ import awaitify from './internal/awaitify.js'
12
* @method
13
* @category Control Flow
14
* @param {AsyncFunction} test - asynchronous truth test to perform before each
15
- * execution of `iteratee`. Invoked with ().
+ * execution of `iteratee`. Invoked with (callback).
16
* @param {AsyncFunction} iteratee - An async function which is called each time
17
* `test` passes. Invoked with (callback).
18
* @param {Function} [callback] - A callback which is called after the test
0 commit comments