Initial comment conversion to TSDoc
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 21e4129eeca6d9e09619647ab7b80abbd299032c..3e7c3427e84f7bedb015e8f6d7ef54215377bd40 100644 (file)
@@ -37,7 +37,7 @@ export interface RequiredStatistics {
 /**
  * Worker choice strategy interface.
  *
- * @template Worker Type of worker which manages the strategy.
+ * @typeParam Worker - Type of worker which manages the strategy.
  */
 export interface IWorkerChoiceStrategy<Worker extends IPoolWorker> {
   /**