From 1a7bb4c6a5d9b54e35b498a6c5352173541c1b29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 11 Oct 2022 11:19:45 +0200 Subject: [PATCH] Comment spell fixlet MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/pools/selection-strategies/selection-strategies-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1