1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 20:44:26 +08:00

Fix typo in xmldoc

This commit is contained in:
Dean Herbert
2024-07-02 11:47:40 +09:00
Unverified
parent 005af280f2
commit f694ae416e
+1 -1
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; }