1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 11:12:54 +08:00

Fix comment

This commit is contained in:
Bartłomiej Dach 2023-10-24 10:05:20 +02:00
parent b4cc12ab5a
commit abfe2ce0fe
No known key found for this signature in database

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select
// or match a closed one with a whitespace after it.
//
// To keep things simple, the closing ']' may be included in the match group,
// and is trimmer post-match.
// and is trimmed post-match.
foreach (Match quotedSegment in Regex.Matches(value, "(^|\\s)\\[(.*)(\\]\\s|$)"))
{
DifficultyName = new OptionalTextFilter