From fa6db30d30b8f799ddcc63b56e7d62666e0132cb Mon Sep 17 00:00:00 2001
From: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
Date: Wed, 3 Jan 2018 13:12:49 +0900
Subject: [PATCH] Fix broken xmldoc param
---
osu.Game/Overlays/Mods/ModButton.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osu.Game/Overlays/Mods/ModButton.cs b/osu.Game/Overlays/Mods/ModButton.cs
index c41000af15..21f07bb0a4 100644
--- a/osu.Game/Overlays/Mods/ModButton.cs
+++ b/osu.Game/Overlays/Mods/ModButton.cs
@@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Mods
///
/// Change the selected mod index of this button.
///
- /// The new index.
/// Whether the selection changed.
private bool changeSelectedIndex(int newIndex)
{