build(ci): refine autofix GH action
[poolifier.git] / src / pools / cluster / fixed.ts
index 51a891bf53259db5df60de46b8f4acfef80ad775..bf61cd477b153af111d835a0371d193d92ceb786 100644 (file)
@@ -26,7 +26,7 @@ export class FixedClusterPool<
    * @param numberOfWorkers - Number of workers for this pool.
    * @param filePath - Path to an implementation of a `ClusterWorker` file, which can be relative or absolute.
    * @param opts - Options for this fixed cluster pool.
-   * @param maximumNumberOfWorkers
+   * @param maximumNumberOfWorkers - The maximum number of workers for this pool.
    */
   public constructor (
     numberOfWorkers: number,