diff --git a/osu.Game/Overlays/TabControlOverlayHeader.cs b/osu.Game/Overlays/TabControlOverlayHeader.cs
index 0837bf0db4..d5017fb4d7 100644
--- a/osu.Game/Overlays/TabControlOverlayHeader.cs
+++ b/osu.Game/Overlays/TabControlOverlayHeader.cs
@@ -14,9 +14,9 @@ using osuTK;
namespace osu.Game.Overlays
{
///
- /// which contains .
+ /// An overlay header which contains a .
///
- /// The type of item to be represented by tabs in .
+ /// The type of item to be represented by tabs.
public abstract class TabControlOverlayHeader : OverlayHeader
{
protected OsuTabControl TabControl;