1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 18:30:21 +08:00

Fix up English in comment

This commit is contained in:
Bartłomiej Dach
2021-07-10 11:22:54 +02:00
Unverified
parent 995ef953c6
commit 494089e402
@@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Catch.Edit
if (deltaX == 0)
{
// Even there is no positional change, there may be a time change.
// Even if there is no positional change, there may be a time change.
return true;
}