diff --git a/osu.Game/Database/StandardisedScoreMigrationTools.cs b/osu.Game/Database/StandardisedScoreMigrationTools.cs
index 5fcf35b690..bf92dbc8f5 100644
--- a/osu.Game/Database/StandardisedScoreMigrationTools.cs
+++ b/osu.Game/Database/StandardisedScoreMigrationTools.cs
@@ -231,7 +231,10 @@ namespace osu.Game.Database
}
///
- /// Updates a legacy to standardised scoring.
+ /// Updates a to standardised scoring.
+ /// This will recompite the score's (always), (always),
+ /// and (if the score comes from stable).
+ /// The total score from stable - if any applicable - will be stored to .
///
/// The score to update.
/// The applicable for this score.
@@ -247,7 +250,10 @@ namespace osu.Game.Database
}
///
- /// Updates a legacy to standardised scoring.
+ /// Updates a to standardised scoring.
+ /// This will recompute the score's (always), (always),
+ /// and (if the score comes from stable).
+ /// The total score from stable - if any applicable - will be stored to .
///
///
/// This overload is intended for server-side flows.