diff --git a/osu.Game/Screens/Ranking/Expanded/ExpandedPanelTopContent.cs b/osu.Game/Screens/Ranking/Expanded/ExpandedPanelTopContent.cs
index a9853c217c..5dfc43cc29 100644
--- a/osu.Game/Screens/Ranking/Expanded/ExpandedPanelTopContent.cs
+++ b/osu.Game/Screens/Ranking/Expanded/ExpandedPanelTopContent.cs
@@ -12,10 +12,17 @@ using osuTK;
namespace osu.Game.Screens.Ranking.Expanded
{
+ ///
+ /// The content that appears in the middle section of the .
+ ///
public class ExpandedPanelTopContent : CompositeDrawable
{
private readonly User user;
+ ///
+ /// Creates a new .
+ ///
+ /// The to display.
public ExpandedPanelTopContent(User user)
{
this.user = user;