From a22cdf86c993800ec9ea8ae32ef0d8dbda07ec61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 8 Apr 2023 12:37:13 +0200 Subject: [PATCH] docs: sync worker choice context constructor 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pools/selection-strategies/worker-choice-strategy-context.ts b/src/pools/selection-strategies/worker-choice-strategy-context.ts index 826a89d9..192cf005 100644 --- a/src/pools/selection-strategies/worker-choice-strategy-context.ts +++ b/src/pools/selection-strategies/worker-choice-strategy-context.ts @@ -33,8 +33,7 @@ export class WorkerChoiceStrategyContext< * Worker choice strategy context constructor. * * @param pool - The pool instance. - * @param createWorkerCallback - The worker creation callback for dynamic pool. - * @param workerChoiceStrategy - The worker choice strategy. + * @param workerChoiceStrategyType - The worker choice strategy. */ public constructor ( pool: IPoolInternal, -- 2.34.1