From 0268f52c63db50bc10eeef8d7117627b44726878 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 31 Dec 2023 14:40:35 +0100 Subject: [PATCH 1/1] docs: refine code comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .../selection-strategies/worker-choice-strategy-context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1