From 18886c33c27ef4cba4619fbb38a8093cd1517c47 Mon Sep 17 00:00:00 2001 From: Julian Wiedmann Date: Thu, 21 Oct 2021 15:35:52 +0300 Subject: [PATCH] docs/operators: fix a typo (#9559) s/are preserved the output/are preserved in the output Signed-off-by: Julian Wiedmann --- docs/querying/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/operators.md b/docs/querying/operators.md index ae6265f6e..a0491bdbe 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -222,7 +222,7 @@ or both `(label1, label2)` and `(label1, label2,)` are valid syntax. `without` removes the listed labels from the result vector, while -all other labels are preserved the output. `by` does the opposite and drops +all other labels are preserved in the output. `by` does the opposite and drops labels that are not listed in the `by` clause, even if their label values are identical between all elements of the vector.