Remove extra space in TSDoc in move-phase.ts

This commit is contained in:
NightKev 2025-06-09 20:25:49 -07:00
parent 05e0779e08
commit 0f031d433c

View File

@ -294,7 +294,7 @@ export class MovePhase extends BattlePhase {
} }
/** /**
* Lapse {@linkcode BattlerTagLapseType.PRE_MOVE | PRE_MOVE} tags that trigger before a move is used, regardless of whether or not it failed. * Lapse {@linkcode BattlerTagLapseType.PRE_MOVE | PRE_MOVE} tags that trigger before a move is used, regardless of whether or not it failed.
* Also lapse {@linkcode BattlerTagLapseType.MOVE | MOVE} tags if the move is successful and not called indirectly. * Also lapse {@linkcode BattlerTagLapseType.MOVE | MOVE} tags if the move is successful and not called indirectly.
*/ */
protected lapsePreMoveAndMoveTags(): void { protected lapsePreMoveAndMoveTags(): void {