feat: improve IWRR implementation
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index 2fba4e9fbd1a17be10fd9d6a86a6cb574a9ad03b..cd8736c25e771470871497be2ef2f6933105aaa4 100644 (file)
@@ -197,7 +197,7 @@ export abstract class AbstractWorkerChoiceStrategy<
   /**
    * Check the next worker node eligibility.
    *
-   * @param chosenNextWorkerNodeKey - The chosen worker node key.
+   * @param chosenNextWorkerNodeKey - The chosen next worker node key.
    */
   protected checkNextWorkerNodeEligibility (
     chosenNextWorkerNodeKey: number | undefined