Fix documentation generation
[poolifier.git] / src / pools / cluster / fixed.ts
index 33d7f1c91fa5f057bfcb1ad70e7725a6a6910102..ce5a50a6251f291d2099fc54b7ead9ab602c0dad 100644 (file)
@@ -31,8 +31,8 @@ export interface ClusterPoolOptions extends PoolOptions<Worker> {
  *
  * This pool selects the workers in a round robin fashion.
  *
- * @template DataType of data sent to the worker. This can only be serializable data.
- * @template ResponseType of response of execution. This can only be serializable data.
+ * @template Data Type of data sent to the worker. This can only be serializable data.
+ * @template Response Type of response of execution. This can only be serializable data.
  * @author [Christopher Quadflieg](https://github.com/Shinigami92)
  * @since 2.0.0
  */