docs: refine code comments
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 12:45:33 +0000 (14:45 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 12:45:33 +0000 (14:45 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/pool.ts

index e6388b03fc8544f1a5ee3b6eac62d862b51d323e..a8d8849b0797f9e8a16f71058fbca0046d782c73 100644 (file)
@@ -227,7 +227,7 @@ export interface IPool<
    */
   readonly hasWorkerNodeBackPressure: (workerNodeKey: number) => boolean
   /**
-   * Event emitter integrated with `AsyncResource` on which events can be listened to.
+   * Event emitter integrated with async resource on which events can be listened to.
    * The async tracking tooling identifier is `poolifier:<PoolType>-<WorkerType>-pool`.
    *
    * Events that can currently be listened to: