From b46d5ebcbac30dbc70aa7c47433fd20204f1b01e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 14 Apr 2023 22:23:50 +0200 Subject: [PATCH] docs: spell fix 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 f7f4e4e5..83e01eb7 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -152,7 +152,7 @@ export interface IPool< */ findFreeWorkerNodeKey: () => number /** - * Execute the function specified in the constructor with the task data parameter. + * Executes the function specified in the constructor with the task data parameter. * * @param data - The input for the specified task. This can only be serializable data. * @returns Promise that will be resolved when the task is successfully completed. -- 2.34.1