X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fabstract-worker-choice-strategy.ts;h=2b40f0c6de497a630808fbffe6a9ec3f59039e91;hb=b3b1857ba11fd35d0f7118ef8046c38676473a15;hp=849b8a4f96feed20bcdb6bf22ba7330c8964517f;hpb=75f30e744551af87736f998db9ad02be7206e89e;p=poolifier.git diff --git a/src/pools/selection-strategies/abstract-worker-choice-strategy.ts b/src/pools/selection-strategies/abstract-worker-choice-strategy.ts index 849b8a4f..2b40f0c6 100644 --- a/src/pools/selection-strategies/abstract-worker-choice-strategy.ts +++ b/src/pools/selection-strategies/abstract-worker-choice-strategy.ts @@ -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.