Fix JSDoc (#171)
authorShinigami <chrissi92@hotmail.de>
Tue, 16 Feb 2021 17:45:14 +0000 (18:45 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 17:45:14 +0000 (18:45 +0100)
src/worker/worker-options.ts

index cf7237de3618465d47630c2d0934d278ffb0e242..55f3a074b769e8de6733deb667c43a6ca51b2328 100644 (file)
@@ -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`.
  */