1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 12:10:25 +08:00

Fix typo in xmldoc

This commit is contained in:
Dean Herbert
2021-04-13 20:18:18 +09:00
Unverified
parent 464fc02875
commit 0d6890243f
+1 -1
View File
@@ -10,7 +10,7 @@ using osu.Game.Rulesets.Edit.Checks.Components;
namespace osu.Game.Rulesets.Edit
{
/// <summary>
/// A ruleset-agnostic beatmap converter that identifies issues in common metadata or mapping standards.
/// A ruleset-agnostic beatmap verifier that identifies issues in common metadata or mapping standards.
/// </summary>
public class BeatmapVerifier : IBeatmapVerifier
{