docs: refine pool class param documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:38:42 +0000 (14:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:38:42 +0000 (14:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts

index 3bc00a6fffd36c987dd015fdeecd6b62f1e6a662..7d8531aa8d5d5480f8395f0263c90248f955358d 100644 (file)
@@ -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 (