docs: spell fix
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Apr 2023 20:23:50 +0000 (22:23 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 14 Apr 2023 20:23:50 +0000 (22:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/pool.ts

index f7f4e4e5d354791e05b8aee2511f1f5d06354318..83e01eb723557b26dbba8663908424e7d3295299 100644 (file)
@@ -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.