X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=b5611f9ea18c2a90403998245173693525f45b2c;hb=a34454964733f585af19a04f21f9e35eb18c77b1;hp=458b31a055ef7d4a92e86bd9f9fbd1be46512d80;hpb=416fd65cf4573917610e16e3339b2f1303ce8eda;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 458b31a0..b5611f9e 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -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 }