From ff5150a14d152242026cdd6be462088f2a15ad03 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 9 Dec 2020 12:03:52 +0900 Subject: [PATCH] Fix typo in IMultiplayerClient xmldoc --- osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs b/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs index e75b0da207..c162f066d4 100644 --- a/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs +++ b/osu.Game/Online/RealtimeMultiplayer/IMultiplayerClient.cs @@ -53,7 +53,7 @@ namespace osu.Game.Online.RealtimeMultiplayer Task LoadRequested(); /// - /// Signals that a match has started. All user in the state should begin gameplay as soon as possible. + /// Signals that a match has started. All users in the state should begin gameplay as soon as possible. /// Task MatchStarted();