mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
fix typo on ScoreProcessor xmldoc
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
public readonly Bindable<ScoreRank> Rank = new Bindable<ScoreRank>(ScoreRank.X);
|
||||
|
||||
/// <summary>
|
||||
/// THe highest combo achieved by this score.
|
||||
/// The highest combo achieved by this score.
|
||||
/// </summary>
|
||||
public readonly BindableInt HighestCombo = new BindableInt();
|
||||
|
||||
|
Reference in New Issue
Block a user