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
         /// <summary>
         /// Change the selected mod index of this button.
         /// </summary>
-        /// <param name="newIndexhe new index</param>
+        /// <param name="newIndex">The new index.</param>
         /// <returns>Whether the selection changed.</returns>
         private bool changeSelectedIndex(int newIndex)
         {