From 0f031d433c82366162c96ee7ff36c1a1f9b0ed89 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:25:49 -0700 Subject: [PATCH] Remove extra space in TSDoc in `move-phase.ts` --- src/phases/move-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/move-phase.ts b/src/phases/move-phase.ts index 15433a4769a..5ec667eb0a1 100644 --- a/src/phases/move-phase.ts +++ b/src/phases/move-phase.ts @@ -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. */ protected lapsePreMoveAndMoveTags(): void {