mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 23:30:51 +08:00
Fix comment; mode -> ruleset
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user