docs: refine documentation
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index bf364f923d033e24223afed35b07f3bdaaf1517b..137c1be7562e50309818763f556651aed2034b04 100644 (file)
@@ -53,7 +53,7 @@ export interface IWorkerChoiceStrategy<
    */
   readonly pool: IPoolInternal<Worker, Data, Response>
   /**
-   * Is the pool attached to the strategy dynamic?.
+   * Is the pool bound to the strategy dynamic?.
    */
   readonly isDynamicPool: boolean
   /**