docs: refine a code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 23 Aug 2024 16:38:31 +0000 (18:38 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 23 Aug 2024 16:44:28 +0000 (18:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/abstract-pool.ts

index 7fbdd0b95c39667f60a1755a4d51392775f9c55b..43880fb8da888e4f20ed8b85db0f534ded5c1866 100644 (file)
@@ -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 ||