From 225e05865f45147095b94c5d9ef75536cb5631b3 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 16 Feb 2021 18:45:14 +0100 Subject: [PATCH] Fix JSDoc (#171) --- src/worker/worker-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. */ -- 2.34.1