mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Fix comment; mode -> ruleset
This commit is contained in:
parent
d1007ff26a
commit
b30e41b805
@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
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>
|
||||
{
|
||||
new CheckMetadataVowels()
|
||||
|
Loading…
Reference in New Issue
Block a user