From 04ab44bb7a057851ad68e198e8746334e9827bc7 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 12 Sep 2023 15:28:55 +0900 Subject: [PATCH] Reword xmldoc to read better MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartłomiej Dach --- osu.Game/Rulesets/Scoring/Legacy/ILegacyScoreSimulator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Rulesets/Scoring/Legacy/ILegacyScoreSimulator.cs b/osu.Game/Rulesets/Scoring/Legacy/ILegacyScoreSimulator.cs index 3cea58b2b7..fe7843a682 100644 --- a/osu.Game/Rulesets/Scoring/Legacy/ILegacyScoreSimulator.cs +++ b/osu.Game/Rulesets/Scoring/Legacy/ILegacyScoreSimulator.cs @@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Scoring.Legacy public interface ILegacyScoreSimulator { /// - /// Performs the simulation, scoring values achievable for the given beatmap. + /// Performs the simulation, computing the maximum scoring values achievable for the given beatmap. /// /// The working beatmap. /// A playable version of the beatmap for the ruleset.