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;