Fix grammatical error in comment

This commit is contained in:
smoogipoo
2021-02-10 21:27:12 +09:00
parent 1d425b8322
commit bd2486e5a0

View File

@ -258,7 +258,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
return; return;
} }
// Otherwise, if this slider is also needs to be judged, apply judgement proportionally to the number of nested hitobjects hit. This is the classic osu!stable scoring. // Otherwise, if this slider also needs to be judged, apply judgement proportionally to the number of nested hitobjects hit. This is the classic osu!stable scoring.
ApplyResult(r => ApplyResult(r =>
{ {
int totalTicks = NestedHitObjects.Count; int totalTicks = NestedHitObjects.Count;