Browse Source

docs/operators: fix a typo (#9559)

s/are preserved the output/are preserved in the output

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
pull/9511/head
Julian Wiedmann 3 years ago committed by GitHub
parent
commit
18886c33c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/querying/operators.md

2
docs/querying/operators.md

@ -222,7 +222,7 @@ or
both `(label1, label2)` and `(label1, label2,)` are valid syntax. both `(label1, label2)` and `(label1, label2,)` are valid syntax.
`without` removes the listed labels from the result vector, while `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 labels that are not listed in the `by` clause, even if their label values are
identical between all elements of the vector. identical between all elements of the vector.

Loading…
Cancel
Save