fix typo on ScoreProcessor xmldoc

This commit is contained in:
unknown 2020-01-27 08:24:15 +08:00
parent 83db9f6347
commit a6124ae499
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class ScoreProcessor : JudgementProcessor
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();