Commit 98335af1 authored by Brian Brazil's avatar Brian Brazil

Fix typo in console template docs

parent c263d936
...@@ -39,7 +39,7 @@ If functions are used in a pipeline, the pipeline value is passed as the last ar ...@@ -39,7 +39,7 @@ If functions are used in a pipeline, the pipeline value is passed as the last ar
| Name | Arguments | Returns | Notes | | Name | Arguments | Returns | Notes |
| ------------- | ------------- | -------- | -------- | | ------------- | ------------- | -------- | -------- |
| query | query string | []sample | Queries the databases, does not support returning range vectors. | | query | query string | []sample | Queries the database, does not support returning range vectors. |
| first | []sample | sample | Equivalent to `index a 0` | | first | []sample | sample | Equivalent to `index a 0` |
| label | label, sample | string | Equivalent to `index sample.Labels label` | | label | label, sample | string | Equivalent to `index sample.Labels label` |
| value | sample | float64 | Equivalent to `sample.Value` | | value | sample | float64 | Equivalent to `sample.Value` |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment