diff --git a/src/data/ability.ts b/src/data/ability.ts index 684fc01e1ac..5dd9a36b600 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4814,9 +4814,9 @@ class ForceSwitchOutHelper { /** * Determines if a Pokémon can switch out based on its status, the opponent's status, and battle conditions. * - * @param {Pokemon} pokemon The Pokémon attempting to switch out. - * @param {Pokemon} opponent The opponent Pokémon. - * @returns {boolean} True if the switch-out condition is met, false otherwise. + * @param pokemon The Pokémon attempting to switch out. + * @param opponent The opponent Pokémon. + * @returns `true` if the switch-out condition is met */ getSwitchOutCondition(pokemon: Pokemon, opponent: Pokemon): boolean { const switchOutTarget = pokemon;