From: Jérôme Benoit Date: Sat, 15 Apr 2023 12:38:42 +0000 (+0200) Subject: docs: refine pool class param documentation X-Git-Tag: v2.4.9~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=029715f01bcb30dbd8443bdcbec68484297dd8c6;p=poolifier.git docs: refine pool class param documentation Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 3bc00a6f..7d8531aa 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -69,7 +69,7 @@ export abstract class AbstractPool< * Constructs a new poolifier pool. * * @param numberOfWorkers - Number of workers that this pool should manage. - * @param filePath - Path to the worker-file. + * @param filePath - Path to the worker file. * @param opts - Options for the pool. */ public constructor (