docs: refine code comment
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:26:37 +0000 (22:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:26:37 +0000 (22:26 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts

index 50ce2026d4f2e17f182f773227c2bc51f22de26f..3728b619720a67590f6be5c018b8c883dcd9dfc1 100644 (file)
@@ -85,7 +85,7 @@ export abstract class AbstractPool<
   >
 
   /**
-   * Whether the pool is starting.
+   * Whether the pool is starting or not.
    */
   private readonly starting: boolean
   /**