Fix typo in xmldoc

This commit is contained in:
Dean Herbert 2021-04-13 20:18:18 +09:00
parent 464fc02875
commit 0d6890243f

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
{