From ca524ab3fc56a3d73889f58cfe804a943f780727 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 27 May 2025 15:50:47 -0500 Subject: [PATCH] Improve doc comment on paddingX param --- src/ui/battle-info/battle-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/battle-info/battle-info.ts b/src/ui/battle-info/battle-info.ts index 3758021f83c..71596bf0f43 100644 --- a/src/ui/battle-info/battle-info.ts +++ b/src/ui/battle-info/battle-info.ts @@ -30,7 +30,7 @@ export type BattleInfoParamList = { statBox: { /** The starting offset from the left of the label for the entries in the stat box */ xOffset: number; - /** The X between each number */ + /** The X padding between each number column */ paddingX: number; /** The index of the stat entries at which paddingX is used instead of startingX */ statOverflow: number;