build(deps-dev): bump eslint from 9.4.0 to 9.5.0
[poolifier.git] / src / pools / thread / fixed.ts
index 85c5c9be8f94f4dc1b41ea873d0bbd9e742dac19..69b3c3071e487abf1658c454289c7117ee351152 100644 (file)
@@ -30,7 +30,7 @@ export class FixedThreadPool<
    * @param numberOfThreads - Number of threads for this pool.
    * @param filePath - Path to an implementation of a `ThreadWorker` file, which can be relative or absolute.
    * @param opts - Options for this fixed thread pool.
-   * @param maximumNumberOfThreads
+   * @param maximumNumberOfThreads - The maximum number of threads for this pool.
    */
   public constructor (
     numberOfThreads: number,