diff --git a/osu.Game/Screens/Select/FilterQueryParser.cs b/osu.Game/Screens/Select/FilterQueryParser.cs
index fbb09b93bd..76d58963e7 100644
--- a/osu.Game/Screens/Select/FilterQueryParser.cs
+++ b/osu.Game/Screens/Select/FilterQueryParser.cs
@@ -307,7 +307,7 @@ namespace osu.Game.Screens.Select
/// and the resulting range constraint is stored into the 's expected values.
///
/// The to store the parsed data into, if successful.
- /// The operator for the keyword filter. Currently, only can be used.
+ /// The operator for the keyword filter.
/// The value of the keyword filter.
/// Function used to determine if can be converted to type .
public static bool TryUpdateSetRange(ref FilterCriteria.OptionalSet range, Operator op, string val, TryParseFunction parseFunction)