docs: refine pool class param documentation
[poolifier.git] / 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 (