docs: refine worker choice strategies README
[poolifier.git] / src / pools / pool.ts
index 33c3ff3fd779aa63119c75886d35173c0ae390eb..257b0d64b0844d664ba00763b1dcde79c4711ee7 100644 (file)
@@ -188,7 +188,7 @@ export interface IPool<
    */
   execute: (data?: Data, name?: string) => Promise<Response>
   /**
-   * Shutdowns every current worker in this pool.
+   * Terminate every current worker in this pool.
    */
   destroy: () => Promise<void>
   /**