X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fabstract-pool.ts;h=3728b619720a67590f6be5c018b8c883dcd9dfc1;hb=adc9cc641264807db7bb7ffbf03adbdf3d0675a1;hp=50ce2026d4f2e17f182f773227c2bc51f22de26f;hpb=20e062f4c4594811bb111cb0d5d718a65de54d17;p=poolifier.git diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 50ce2026..3728b619 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -85,7 +85,7 @@ export abstract class AbstractPool< > /** - * Whether the pool is starting. + * Whether the pool is starting or not. */ private readonly starting: boolean /**