docs: refine code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 13 Jan 2024 20:05:21 +0000 (21:05 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 13 Jan 2024 20:05:21 +0000 (21:05 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/utils.ts

index d15f63c557e813aec9fdeeae7f993be8f8adedc4..a33758ce64c1ad72890b8d6e8b40b96336316c65 100644 (file)
@@ -135,7 +135,7 @@ export const isPlainObject = (value: unknown): value is object =>
  *
  * @typeParam KB - Which specific KillBehavior type to test against.
  * @param killBehavior - Which kind of kill behavior to detect.
- * @param value - Any value.
+ * @param value - Unknown value.
  * @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`.
  * @internal
  */