X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futility-types.ts;h=b5611f9ea18c2a90403998245173693525f45b2c;hb=765457872257684691f93befb94175a2aaa83502;hp=458b31a055ef7d4a92e86bd9f9fbd1be46512d80;hpb=f06e48d8e14dcfe3277bd16b1bd2463136af13e6;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 }