1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 15:43:21 +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. // 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