From adc9cc641264807db7bb7ffbf03adbdf3d0675a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 11 Jul 2023 22:26:37 +0200 Subject: [PATCH] docs: refine code comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/pools/abstract-pool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** -- 2.34.1