Comment spell fixlet
[poolifier.git] / src / pools / selection-strategies / selection-strategies-utils.ts
index fa1c1e076a658466549ce8cbfad9522ba52d2a76..699bc719b80d99ad9091c20b3544f69cbfcf02d7 100644 (file)
@@ -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.