You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2636,7 +2636,7 @@ Label filters can operate on sets using the notation: `KEY: SET_OPERATION <ARGUM
2636
2636
|`consistsOf`|`SINGLE_VALUE` or `{VALUE1, VALUE2, ...}`| Matches if the `KEY` set contains _exactly_ the elements in `ARGUMENT`|
2637
2637
|`isSubsetOf`|`SINGLE_VALUE` or `{VALUE1, VALUE2, ...}`| Matches if the elements in the `KEY` set are a subset of the elements in `ARGUMENT`|
2638
2638
2639
-
Leading and trailing whitespace is alwasy trimmed around keys and values and comparisons are always case-insensitive. Keys and values in the filter-language set operations are always literals; regular expressions are not supported.
2639
+
Leading and trailing whitespace is always trimmed around keys and values and comparisons are always case-insensitive. Keys and values in the filter-language set operations are always literals; regular expressions are not supported.
2640
2640
2641
2641
A special note should be made about the behavior of `isSubsetOf`: if the `KEY` set is empty then the filter will always match. This is because an empty set is always a subset of any other set.
0 commit comments