mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 15:43:21 +08:00
Fix comment
This commit is contained in:
parent
b4cc12ab5a
commit
abfe2ce0fe
@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select
|
|||||||
// or match a closed one with a whitespace after it.
|
// or match a closed one with a whitespace after it.
|
||||||
//
|
//
|
||||||
// To keep things simple, the closing ']' may be included in the match group,
|
// 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|$)"))
|
foreach (Match quotedSegment in Regex.Matches(value, "(^|\\s)\\[(.*)(\\]\\s|$)"))
|
||||||
{
|
{
|
||||||
DifficultyName = new OptionalTextFilter
|
DifficultyName = new OptionalTextFilter
|
||||||
|
Loading…
Reference in New Issue
Block a user