diff --git a/Dalamud/Game/ClientState/Customize/CustomizeData.cs b/Dalamud/Game/ClientState/Customize/CustomizeData.cs
index 5e861db65..baf8d3a0a 100644
--- a/Dalamud/Game/ClientState/Customize/CustomizeData.cs
+++ b/Dalamud/Game/ClientState/Customize/CustomizeData.cs
@@ -24,8 +24,7 @@ public interface ICustomizeData
public byte BodyType { get; }
///
- /// Gets the current height.
- /// 0 to 100
+ /// Gets the current height (0 to 100).
///
public byte Height { get; }
@@ -36,8 +35,7 @@ public interface ICustomizeData
public byte Tribe { get; }
///
- /// Gets the current face.
- /// 1 to 4.
+ /// Gets the current face (1 to 4).
///
public byte Face { get; }
@@ -102,13 +100,12 @@ public interface ICustomizeData
public byte MuscleMass { get; }
///
- /// Gets the current tail type.
+ /// Gets the current tail type (1 to 4).
///
public byte TailShape { get; }
///
- /// Gets the current bust size.
- /// 0 to 100.
+ /// Gets the current bust size (0 to 100).
///
public byte BustSize { get; }