docs: update changelog entries
[poolifier.git] / src / utility-types.ts
index 458b31a055ef7d4a92e86bd9f9fbd1be46512d80..b5611f9ea18c2a90403998245173693525f45b2c 100644 (file)
@@ -62,7 +62,7 @@ export interface PromiseResponseWrapper<
    */
   readonly reject: (reason?: string) => void
   /**
-   * The worker handling the promise.
+   * The worker handling the execution.
    */
   readonly worker: Worker
 }