From 06b47447938a9017e7d1c2ad24df050fd61964df Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Fri, 20 Dec 2019 08:33:08 +0100 Subject: [PATCH] docs: fix absent documentation (#6492) Signed-off-by: Julien Pivotto --- docs/querying/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/functions.md b/docs/querying/functions.md index f5adb3f8d..2902968d3 100644 --- a/docs/querying/functions.md +++ b/docs/querying/functions.md @@ -36,8 +36,8 @@ absent(sum(nonexistent{job="myjob"})) # => {} ``` -In the second example, `absent()` tries to be smart about deriving labels of the -1-element output vector from the input vector. +In the first two examples, `absent()` tries to be smart about deriving labels +of the 1-element output vector from the input vector. ## `ceil()`