docs: fix absent documentation (#6492)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2019-12-20 08:33:08 +01:00 committed by Brian Brazil
parent f315c69129
commit 06b4744793
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ absent(sum(nonexistent{job="myjob"}))
# => {} # => {}
``` ```
In the second example, `absent()` tries to be smart about deriving labels of the In the first two examples, `absent()` tries to be smart about deriving labels
1-element output vector from the input vector. of the 1-element output vector from the input vector.
## `ceil()` ## `ceil()`