mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 18:32:56 +08:00
Fix typo in xmldoc
This commit is contained in:
parent
80d88024d6
commit
1c645601d4
@ -87,7 +87,7 @@ namespace osu.Game.Utils
|
|||||||
/// Check the provided combination of mods are valid for a local gameplay session.
|
/// Check the provided combination of mods are valid for a local gameplay session.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="mods">The mods to check.</param>
|
/// <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>
|
/// <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)
|
public static bool CheckValidForGameplay(IEnumerable<Mod> mods, out Mod[]? invalidMods)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user