docs: refine code comment
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index d3e7f03e6ba520ab69c2996dd97d0dbe9302ab48..9e18fdc4315fc322f7aabc5e49c92bdaa3a46767 100644 (file)
@@ -30,7 +30,7 @@ export class WorkerChoiceStrategyContext<
   Response = unknown
 > {
   /**
-   * The worker choice strategies registered in the context.
+   * The worker choice strategy instances registered in the context.
    */
   private readonly workerChoiceStrategies: Map<
   WorkerChoiceStrategy,