From: Shinigami Date: Tue, 16 Feb 2021 17:45:14 +0000 (+0100) Subject: Fix JSDoc (#171) X-Git-Tag: v2.0.0-beta.2~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=225e05865f45147095b94c5d9ef75536cb5631b3;p=poolifier.git Fix JSDoc (#171) --- diff --git a/src/worker/worker-options.ts b/src/worker/worker-options.ts index cf7237de..55f3a074 100644 --- a/src/worker/worker-options.ts +++ b/src/worker/worker-options.ts @@ -21,7 +21,7 @@ export type KillBehavior = keyof typeof KillBehaviors * Detects whether the given value is a kill behavior or not. * * @template KB Which specific KillBehavior to test against. - * @param killBehavior Which kind of kill behavior to detect. Default: `KillBehaviors.HARD`. + * @param killBehavior Which kind of kill behavior to detect. * @param value Any value. * @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`. */