Update tsdocs

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
muscode 2024-11-01 10:18:05 -06:00 committed by GitHub
parent bd199664be
commit 5df72ee5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {