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 {