From: Jérôme Benoit Date: Sat, 8 Apr 2023 10:37:13 +0000 (+0200) Subject: docs: sync worker choice context constructor comment X-Git-Tag: v2.4.5~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a22cdf86c993800ec9ea8ae32ef0d8dbda07ec61;p=poolifier.git docs: sync worker choice context constructor 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 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,