Add fair sharing worker choice strategy
[poolifier.git] / src / pools / selection-strategies / weighted-round-robin-choice-strategy.ts
index cdb88016b1934f69abeff8c30aff378f8fa643d7..0adc4ed430232604e43a29aed4ef7dd5657cf2d3 100644 (file)
@@ -45,7 +45,7 @@ export class WeightedRoundRobinWorkerChoiceStrategy<
   >()
 
   /**
-   * Constructs a worker choice strategy that selects based a weighted round robin scheduling algorithm.
+   * Constructs a worker choice strategy that selects with a weighted round robin scheduling algorithm.
    *
    * @param pool The pool instance.
    */