docs: align methods signature namespace
[poolifier.git] / src / worker / worker-options.ts
index 4e5a3d07d99c372b5d24854471d6b97f9c297566..30da0a64c4688679c3730a635fd9c76c5feaf5b2 100644 (file)
@@ -20,7 +20,7 @@ export type KillBehavior = keyof typeof KillBehaviors
 /**
  * Detects whether the given value is a kill behavior or not.
  *
- * @typeParam KB - Which specific KillBehavior to test against.
+ * @typeParam KB - Which specific KillBehavior type to test against.
  * @param killBehavior - Which kind of kill behavior to detect.
  * @param value - Any value.
  * @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`.