diff --git a/osu.Game/Scoring/ScorePerformanceManager.cs b/osu.Game/Scoring/ScorePerformanceManager.cs
index 746aa67a55..b63443180f 100644
--- a/osu.Game/Scoring/ScorePerformanceManager.cs
+++ b/osu.Game/Scoring/ScorePerformanceManager.cs
@@ -12,6 +12,9 @@ using osu.Game.Beatmaps;
namespace osu.Game.Scoring
{
+ ///
+ /// A global component which calculates and caches results of performance calculations for locally databased scores.
+ ///
public class ScorePerformanceManager : Component
{
private readonly ConcurrentDictionary performanceCache = new ConcurrentDictionary();