Skip to content

Commit 0573875

Browse files
doc had a couple unescaped open square brackets
1 parent ec2c7de commit 0573875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/partials/graphingfunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Function | Category | Description
55
`log2()` | Arithmetic | base-2 logarithm
66
`log10()` | Arithmetic | base-10 logarithm
77
`cumsum()` | Arithmetic | cumulative sum over visible time window
8-
`integral()` | Arithmetic | cumulative sum of ([time delta] x [value delta]) over all consecutive pairs of points in the visible time window
8+
`integral()` | Arithmetic | cumulative sum of (\[time delta] x \[value delta]) over all consecutive pairs of points in the visible time window
99
`.fill()` | Interpolation | choose how to interpolate missing values
1010
`hour_before()` | Timeshift | metric values from one hour ago
1111
`day_before()` | Timeshift | metric values from one day ago

0 commit comments

Comments
 (0)