1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 04:32:35 +08:00

Fix type in inline comment

This commit is contained in:
Dean Herbert
2021-04-26 16:21:12 +09:00
Unverified
parent 56da0a63da
commit aa99c192d0
@@ -421,7 +421,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
{
StartPlay();
// If the current user was host, they started the match and the in-progres operation needs to be stopped now.
// If the current user was host, they started the match and the in-progress operation needs to be stopped now.
readyClickOperation?.Dispose();
readyClickOperation = null;
}