Fix comment; mode -> ruleset

This commit is contained in:
Naxess 2021-04-10 13:02:36 +02:00
parent d1007ff26a
commit b30e41b805

View File

@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Edit
{ {
public abstract class Checker public abstract class Checker
{ {
// These are all mode-invariant, hence here instead of in e.g. `OsuChecker`. // These are all ruleset-invariant, hence here instead of in e.g. `OsuChecker`.
private readonly List<BeatmapCheck> beatmapChecks = new List<BeatmapCheck> private readonly List<BeatmapCheck> beatmapChecks = new List<BeatmapCheck>
{ {
new CheckMetadataVowels() new CheckMetadataVowels()