diff --git a/Dalamud/Game/ClientState/Customize/CustomizeData.cs b/Dalamud/Game/ClientState/Customize/CustomizeData.cs
index 644bec5e8..5e861db65 100644
--- a/Dalamud/Game/ClientState/Customize/CustomizeData.cs
+++ b/Dalamud/Game/ClientState/Customize/CustomizeData.cs
@@ -9,7 +9,7 @@ public interface ICustomizeData
{
///
/// Gets the current race.
- /// E.g., Miqo'te, Aura
+ /// E.g., Miqo'te, Aura.
///
public byte Race { get; }
@@ -31,13 +31,13 @@ public interface ICustomizeData
///
/// Gets the current tribe.
- /// E.g., Seeker of the Sun, Keeper of the Moon
+ /// E.g., Seeker of the Sun, Keeper of the Moon.
///
public byte Tribe { get; }
///
/// Gets the current face.
- /// 1 to 4
+ /// 1 to 4.
///
public byte Face { get; }
@@ -108,7 +108,7 @@ public interface ICustomizeData
///
/// Gets the current bust size.
- /// 0 to 100
+ /// 0 to 100.
///
public byte BustSize { get; }