From: Jérôme Benoit Date: Fri, 14 Apr 2023 20:23:50 +0000 (+0200) Subject: docs: spell fix X-Git-Tag: v2.4.9~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b46d5ebcbac30dbc70aa7c47433fd20204f1b01e;p=poolifier.git docs: spell fix Signed-off-by: Jérôme Benoit --- 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.