1
0
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:
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
{
// 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()