From 64e9c5e9ba50924903ec6e280b68552d878e00f5 Mon Sep 17 00:00:00 2001 From: Gagah Pangeran Rosfatiputra Date: Fri, 7 May 2021 14:41:27 +0700 Subject: [PATCH] add return xmldoc in markdown unordered list --- .../Containers/Markdown/OsuMarkdownUnorderedListItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.cs b/osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.cs index 8bfaf8ad21..5d1e114781 100644 --- a/osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.cs +++ b/osu.Game/Graphics/Containers/Markdown/OsuMarkdownUnorderedListItem.cs @@ -32,7 +32,7 @@ namespace osu.Game.Graphics.Containers.Markdown /// Get text marker based on /// /// The markdown level of current list item. - /// + /// The marker string of this list item protected virtual string GetTextMarker(int level) { switch (level)