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()`