fix: fix worker choice strategies behavior
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index 849b8a4f96feed20bcdb6bf22ba7330c8964517f..2b40f0c6de497a630808fbffe6a9ec3f59039e91 100644 (file)
@@ -133,7 +133,7 @@ export abstract class AbstractWorkerChoiceStrategy<
   /**
    * Gets the worker node task runtime.
    * If the task statistics require the average runtime, the average runtime is returned.
-   * If the task statistics require the median runtime , the median runtime is returned.
+   * If the task statistics require the median runtime, the median runtime is returned.
    *
    * @param workerNodeKey - The worker node key.
    * @returns The worker node task runtime.