fix: ensure a dynamic scheduled for removal can't be used
[poolifier.git] / src / pools / worker.ts
index 43e7fc608cb9be8d569ade1acc7dc72fe2194cad..03cecce849a2cb9d71ad04a566795d3588238509 100644 (file)
@@ -240,7 +240,7 @@ export interface IWorkerNode<Worker extends IWorker, Data = unknown>
   readonly usage: WorkerUsage
   /**
    * Worker choice strategy data.
-   * This is used to store data that is specific to the worker choice strategy.
+   * This is used to store data that are specific to the worker choice strategy.
    */
   strategyData?: StrategyData
   /**