Refine eslint configuration
[poolifier.git] / src / pools / pool.ts
index e9a093fad6c0287f68f1758a5bc4902d80383317..c6fbce43aba1d6a31d825a1eff80db8aae49ee12 100644 (file)
@@ -27,7 +27,7 @@ export interface PoolOptions<Worker> {
    */
   exitHandler?: ExitHandler<Worker>
   /**
-   * The work choice strategy to use in this pool.
+   * The worker choice strategy to use in this pool.
    */
   workerChoiceStrategy?: WorkerChoiceStrategy
   /**