From: Jérôme Benoit Date: Tue, 11 Oct 2022 09:19:45 +0000 (+0200) Subject: Comment spell fixlet X-Git-Tag: v2.3.1~26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1a7bb4c6a5d9b54e35b498a6c5352173541c1b29;p=poolifier.git Comment spell fixlet Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/selection-strategies/selection-strategies-utils.ts b/src/pools/selection-strategies/selection-strategies-utils.ts index fa1c1e07..699bc719 100644 --- a/src/pools/selection-strategies/selection-strategies-utils.ts +++ b/src/pools/selection-strategies/selection-strategies-utils.ts @@ -15,7 +15,7 @@ import { WeightedRoundRobinWorkerChoiceStrategy } from './weighted-round-robin-w */ export class SelectionStrategiesUtils { /** - * Get the worker choice strategy instance. + * Gets the worker choice strategy instance. * * @param pool The pool instance. * @param workerChoiceStrategy The worker choice strategy.