docs: refine code comment
[poolifier.git] / 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
   /**