mirror of
https://github.com/ppy/osu
synced 2025-01-23 14:22:51 +00:00
Fix typo in xmldoc
This commit is contained in:
parent
005af280f2
commit
f694ae416e
@ -44,7 +44,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// All lines from the [Events] section which aren't handled in the encoding process yet.
|
/// 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>
|
/// </summary>
|
||||||
List<string> UnhandledEventLines { get; }
|
List<string> UnhandledEventLines { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user