From c6e758ee78586df27accaf71a613dca323cd02a9 Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:19:56 -0600 Subject: [PATCH] fix tsdocs Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 5dd9a36b600..6fa35f86869 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4847,8 +4847,8 @@ class ForceSwitchOutHelper { /** * Returns a message if the switch-out attempt fails due to ability effects. * - * @param {Pokemon} target The target Pokémon. - * @returns {string | null} The failure message, or null if no failure. + * @param target The target Pokémon. + * @returns The failure message, or `null` if no failure. */ getFailedText(target: Pokemon): string | null { const blockedByAbility = new Utils.BooleanHolder(false);