From: Jérôme Benoit Date: Sun, 31 Dec 2023 13:40:35 +0000 (+0100) Subject: docs: refine code comment X-Git-Tag: v3.1.14~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0268f52c63db50bc10eeef8d7117627b44726878;hp=39618ede0e08d380c1ac82005bcc2ab1f3c227b6;p=poolifier.git docs: refine code comment Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/selection-strategies/worker-choice-strategy-context.ts b/src/pools/selection-strategies/worker-choice-strategy-context.ts index d3e7f03e..9e18fdc4 100644 --- a/src/pools/selection-strategies/worker-choice-strategy-context.ts +++ b/src/pools/selection-strategies/worker-choice-strategy-context.ts @@ -30,7 +30,7 @@ export class WorkerChoiceStrategyContext< Response = unknown > { /** - * The worker choice strategies registered in the context. + * The worker choice strategy instances registered in the context. */ private readonly workerChoiceStrategies: Map< WorkerChoiceStrategy,