Fix typo in xmldoc

This commit is contained in:
Dean Herbert 2024-07-02 11:47:40 +09:00
parent 005af280f2
commit f694ae416e
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// All lines from the [Events] section which aren't handled in the encoding process yet.
/// These lines shoule be written out to the beatmap file on save or export.
/// These lines should be written out to the beatmap file on save or export.
/// </summary>
List<string> UnhandledEventLines { get; }