diff --git a/play.pokemonshowdown.com/src/battle-tooltips.ts b/play.pokemonshowdown.com/src/battle-tooltips.ts index 69dcd47cc..2ea62eea7 100644 --- a/play.pokemonshowdown.com/src/battle-tooltips.ts +++ b/play.pokemonshowdown.com/src/battle-tooltips.ts @@ -1906,8 +1906,8 @@ export class BattleTooltips { factor = 1; break; } - // Inverse replaces immunities with weaknesses. This has to - // be coded here, else it won't calculate secondary type's + // Inverse replaces immunities with weaknesses. This has to + // be coded here, else it won't calculate secondary type's // effectiveness. It sets a resistance to be consistent with // the inversion done at the end. if (inverse) {