From 66b8bdbf4a07c10a8926158478ee43485a50ec57 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Sun, 11 Feb 2018 23:35:08 +0000 Subject: [PATCH] Fix docs for #3820 (#3823) --- 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 ca51341788..71adbb8ef1 100644 --- a/docs/querying/operators.md +++ b/docs/querying/operators.md @@ -72,7 +72,7 @@ dropped from the result, while the others are propagated into a result vector with their original (left-hand side) metric names and label values. If the `bool` modifier is provided, vector elements that would have been dropped instead have the value `0` and vector elements that would be kept have -the value `1` with the left-hand side metric names and label values. +the value `1` with the left-hand side label values. ### Logical/set binary operators