mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 15:33:35 +08:00
Fix comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user