repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318d415
)
docs: spell fix
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Apr 2023 20:23:50 +0000
(22:23 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/pools/pool.ts
b/src/pools/pool.ts
index f7f4e4e5d354791e05b8aee2511f1f5d06354318..83e01eb723557b26dbba8663908424e7d3295299 100644
(file)
--- 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.
+ * Execute
s
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.