chore: v2.6.0
[poolifier.git] / src / pools / abstract-pool.ts
index 427678c4042fd41426afca99889d808ade97b861..fa084fa1c622a0ea508d1737207c7451e3cb002b 100644 (file)
@@ -68,8 +68,6 @@ export abstract class AbstractPool<
 
   /**
    * Worker choice strategy context referencing a worker choice algorithm implementation.
-   *
-   * Default to a round robin algorithm.
    */
   protected workerChoiceStrategyContext: WorkerChoiceStrategyContext<
   Worker,