From 97bc67245d8e4643b8144809454085ac74f170c5 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Wed, 17 Nov 2021 11:46:06 +0900 Subject: [PATCH] Fix xmldoc reference --- osu.Game/Utils/ModUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Utils/ModUtils.cs b/osu.Game/Utils/ModUtils.cs index eb5deef6ea..cdca277dd8 100644 --- a/osu.Game/Utils/ModUtils.cs +++ b/osu.Game/Utils/ModUtils.cs @@ -193,7 +193,7 @@ public static object GetSettingUnderlyingValue(object setting) /// The ruleset to verify mods against. /// The proposed mods. /// Mods instantiated from which were valid for the given . - /// Whether all were valid for the given . + /// Whether all were valid for the given . public static bool InstantiateValidModsForRuleset(Ruleset ruleset, IEnumerable proposedMods, out List valid) { valid = new List();