From cee9a55aca4d0794d9d64fbd7b7206375c34f27b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 23 Aug 2024 18:38:31 +0200 Subject: [PATCH] docs: refine a code comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/pools/abstract-pool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 7fbdd0b9..43880fb8 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -366,7 +366,7 @@ export abstract class AbstractPool< `Worker node with key '${destinationWorkerNodeKey.toString()}' not found in pool` ) } - // Avoid cross and cascading task stealing. Could be smarter by checking stealing/stolen worker ids pair. + // Avoid cross and cascade task stealing. Could be smarter by checking stealing/stolen worker ids pair. if ( !sourceWorkerNode.info.ready || sourceWorkerNode.info.stolen || -- 2.34.1