build(deps-dev): apply updates
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index e53f3e822967b43a7d6f11ca0b34e6e3a9e7ed4e..563b04b00086a7a31a68f7cb25ca4bde6b513c92 100644 (file)
@@ -147,7 +147,7 @@ export interface TaskStatisticsRequirements {
  */
 export interface StrategyPolicy {
   /**
-   * Expects direct usage of dynamic worker.
+   * Expects direct usage of the newly created dynamic worker.
    */
   readonly useDynamicWorker: boolean
 }