From ab83de5eee02230d9b5f2f9b1fc7ddacface2d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=8C=EF=B8=8F?= Date: Thu, 23 Jun 2022 00:05:30 +0600 Subject: fix: typo in jsdoc description for whilst (#1850) --- lib/whilst.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/whilst.js b/lib/whilst.js index 2a2a56c..5bc5067 100644 --- a/lib/whilst.js +++ b/lib/whilst.js @@ -12,7 +12,7 @@ import awaitify from './internal/awaitify.js' * @method * @category Control Flow * @param {AsyncFunction} test - asynchronous truth test to perform before each - * execution of `iteratee`. Invoked with (). + * execution of `iteratee`. Invoked with (callback). * @param {AsyncFunction} iteratee - An async function which is called each time * `test` passes. Invoked with (callback). * @param {Function} [callback] - A callback which is called after the test -- cgit v1.2.1