Initial comment conversion to TSDoc
[poolifier.git] / src / pools / selection-strategies / selection-strategies-utils.ts
index 70735c086cab01ca34745144d4662f50d94caf20..4c0fea61ef05a4ebb398a396c580bfe9d0afa084 100644 (file)
@@ -13,8 +13,8 @@ import { WeightedRoundRobinWorkerChoiceStrategy } from './weighted-round-robin-w
 /**
  * Gets the worker choice strategy instance.
  *
- * @param pool The pool instance.
- * @param workerChoiceStrategy The worker choice strategy.
+ * @param pool The pool instance.
+ * @param workerChoiceStrategy The worker choice strategy.
  * @returns The worker choice strategy instance.
  */
 export function getWorkerChoiceStrategy<