docs: refine documentation
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index 5b4a2fb5f777b4f8b5238a0be7b578dd9b3924ce..332b3fc103bdffcd2e0339d1153651441d2c29da 100644 (file)
@@ -27,7 +27,7 @@ export abstract class AbstractWorkerChoiceStrategy<
   }
 
   /**
-   * Constructs a worker choice strategy attached to the pool.
+   * Constructs a worker choice strategy bound to the pool.
    *
    * @param pool - The pool instance.
    */