From 862148f0af98a299599ce1b35bbbc85b1133c7b1 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 30 Nov 2024 02:22:49 -0800 Subject: [PATCH] Fix tsdoc comment --- src/phases/game-over-phase.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/phases/game-over-phase.ts b/src/phases/game-over-phase.ts index f2e57745400..52d0996b946 100644 --- a/src/phases/game-over-phase.ts +++ b/src/phases/game-over-phase.ts @@ -223,8 +223,8 @@ export class GameOverPhase extends BattlePhase { } /** - * Retrieves the session's data to log its TBD - * @returns + * Slightly modified version of {@linkcode GameData.getSessionSaveData}. + * @returns A promise containing the {@linkcode SessionSaveData} */ private async getRunHistoryEntry(): Promise { const preWaveSessionData = await this.scene.gameData.getSession(this.scene.sessionSlotId);