From 5df72ee5ef4044f4a99f47c387912709a0ce079e Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:18:05 -0600 Subject: [PATCH] Update 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 7090c55bd87..d6c31596db9 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4746,8 +4746,8 @@ class ForceSwitchOutHelper { /** * Handles the logic for switching out a Pokémon based on battle conditions, HP, and the switch type. * - * @param {Pokemon} pokemon The Pokémon attempting to switch out. - * @returns {boolean} True if the switch is successful, false otherwise. + * @param pokemon The {@linkcode Pokemon} attempting to switch out. + * @returns `true` if the switch is successful */ switchOutLogic(pokemon: Pokemon): boolean {