From 61aa11a689c901461fbf2c04de5666689cd78f08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 8 May 2023 13:49:07 +0200 Subject: [PATCH] docs: refine code comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/pools/pool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pools/pool.ts b/src/pools/pool.ts index 49123f54..0a015476 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -145,7 +145,7 @@ export interface IPool< */ readonly emitter?: PoolEmitter /** - * Executes the function specified in the worker constructor with the task data input parameter. + * Executes the specified function in the worker constructor with the task data input parameter. * * @param data - The task input data for the specified worker function. This can only be serializable data. * @param name - The name of the worker function to execute. If not specified, the default worker function will be executed. -- 2.34.1