diff --git a/osu.Game/Online/Leaderboards/Leaderboard.cs b/osu.Game/Online/Leaderboards/Leaderboard.cs
index 9fb0fe0e3b..e96b12bc5d 100644
--- a/osu.Game/Online/Leaderboards/Leaderboard.cs
+++ b/osu.Game/Online/Leaderboards/Leaderboard.cs
@@ -176,7 +176,7 @@ namespace osu.Game.Online.Leaderboards
}
///
- /// Call when score retrieval is ready to be displayed.
+ /// Call when retrieved scores are ready to be displayed.
///
/// The scores to display.
/// The user top score, if any.