docs: refine comments
[poolifier.git] / src / pools / abstract-pool.ts
index fb1bf8458ad7a970f27ae7a4dcbb300faf5bf848..d3540098d4ca192ed0e93b6a491358435572c743 100644 (file)
@@ -68,8 +68,7 @@ export abstract class AbstractPool<
   public readonly emitter?: PoolEmitter
 
   /**
-   * The task execution response promise map.
-   *
+   * The task execution response promise map:
    * - `key`: The message id of each submitted task.
    * - `value`: An object that contains the worker, the execution response promise resolve and reject callbacks.
    *