feat: add support for tasks ELU in fair share strategy
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index 8f71b502fd9ee32aa46b4cb9190909ecabc2ff58..d9a573417ec2f96c0cbf68bc88a6931aeb68de29 100644 (file)
@@ -170,8 +170,8 @@ export abstract class AbstractWorkerChoiceStrategy<
 
   /**
    * Gets the worker task ELU.
-   * If the task statistics require the ELU, the average ELU is returned.
-   * If the task statistics require the ELU, the median ELU is returned.
+   * If the task statistics require the average ELU, the average ELU is returned.
+   * If the task statistics require the median ELU, the median ELU is returned.
    *
    * @param workerNodeKey - The worker node key.
    * @returns The worker task ELU.