Generate documentation
[poolifier.git] / src / pools / cluster / dynamic.ts
index ec177da666ff3e483cfcf4bf65d1cb7a65369cd7..ebff6bfe2fa2a1abbf104db0e0dee0ce2ca312c9 100644 (file)
@@ -34,12 +34,12 @@ export class DynamicClusterPool<
     super(min, filePath, opts)
   }
 
-  /** @inheritdoc */
+  /** @inheritDoc */
   public get type (): PoolType {
     return PoolType.DYNAMIC
   }
 
-  /** @inheritdoc */
+  /** @inheritDoc */
   public get busy (): boolean {
     return this.workers.length === this.max
   }