diff --git a/osu.Game/Graphics/OsuFont.cs b/osu.Game/Graphics/OsuFont.cs
index 4dd7bcdf31..12e36871f0 100644
--- a/osu.Game/Graphics/OsuFont.cs
+++ b/osu.Game/Graphics/OsuFont.cs
@@ -109,27 +109,27 @@ namespace osu.Game.Graphics
Light = 300,
///
- /// equivalent to weight 400
+ /// Equivalent to weight 400.
///
Regular = 400,
///
- /// equivalent to weight 500
+ /// Equivalent to weight 500.
///
Medium = 500,
///
- /// equivalent to weight 600
+ /// Equivalent to weight 600.
///
SemiBold = 600,
///
- /// equivalent to weight 700
+ /// Equivalent to weight 700.
///
Bold = 700,
///
- /// equivalent to weight 900
+ /// Equivalent to weight 900.
///
Black = 900
}