repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e062f
)
docs: refine code comment
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:26:37 +0000
(22:26 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/pools/abstract-pool.ts
b/src/pools/abstract-pool.ts
index 50ce2026d4f2e17f182f773227c2bc51f22de26f..3728b619720a67590f6be5c018b8c883dcd9dfc1 100644
(file)
--- 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
/**