From 9fcefa7d69200f8b73b6c35d7d621ce1484fb21b Mon Sep 17 00:00:00 2001 From: ProgrammaticNajel Date: Thu, 24 Jan 2019 18:18:32 +0800 Subject: [PATCH] Typo fix --- osu.Game/Screens/Multi/Multiplayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Multi/Multiplayer.cs b/osu.Game/Screens/Multi/Multiplayer.cs index 96529dd039..9580397984 100644 --- a/osu.Game/Screens/Multi/Multiplayer.cs +++ b/osu.Game/Screens/Multi/Multiplayer.cs @@ -27,7 +27,7 @@ namespace osu.Game.Screens.Multi public class Multiplayer : OsuScreen, IOnlineComponent { /// - ///How much this container should overflow the sides of the screen to account for parallax shifting. + /// How much this container should overflow the sides of the screen to account for parallax shifting. /// public const float OVERFLOW_PADDING = 50;