mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
fix typo on ScoreProcessor xmldoc
This commit is contained in:
parent
83db9f6347
commit
a6124ae499
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user