mirror of https://github.com/ppy/osu
Fix typo in xmldoc
This commit is contained in:
parent
80d88024d6
commit
1c645601d4
|
@ -87,7 +87,7 @@ public static bool CheckAllowed(IEnumerable<Mod> combination, IEnumerable<Type>
|
|||
/// Check the provided combination of mods are valid for a local gameplay session.
|
||||
/// </summary>
|
||||
/// <param name="mods">The mods to check.</param>
|
||||
/// <param name="invalidMods">Invalid mods, if any where found. Can be null if all mods were valid.</param>
|
||||
/// <param name="invalidMods">Invalid mods, if any were found. Can be null if all mods were valid.</param>
|
||||
/// <returns>Whether the input mods were all valid. If false, <paramref name="invalidMods"/> will contain all invalid entries.</returns>
|
||||
public static bool CheckValidForGameplay(IEnumerable<Mod> mods, out Mod[]? invalidMods)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue