From: Jérôme Benoit Date: Tue, 11 Jul 2023 20:26:37 +0000 (+0200) Subject: docs: refine code comment X-Git-Tag: v2.6.16~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=adc9cc641264807db7bb7ffbf03adbdf3d0675a1;p=poolifier.git docs: refine code comment Signed-off-by: Jérôme Benoit --- 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 /**