From: Jérôme Benoit Date: Sat, 13 Jan 2024 20:05:21 +0000 (+0100) Subject: docs: refine code comment X-Git-Tag: v3.1.19~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c28572915241e7bdbe83d3d9896bc891dcf1f0b;p=poolifier.git docs: refine code comment Signed-off-by: Jérôme Benoit --- diff --git a/src/utils.ts b/src/utils.ts index d15f63c5..a33758ce 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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 */