mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-30 15:22:07 +00:00
app/vmselect/promql: typo fix in comment: didsn't -> didn't
This commit is contained in:
parent
32793adbd9
commit
cae174b11c
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ func rollupIncreasePure(rfa *rollupFuncArg) float64 {
|
|||
prevValue = 0
|
||||
}
|
||||
if len(values) == 0 {
|
||||
// Assume the counter didsn't change since prevValue.
|
||||
// Assume the counter didn't change since prevValue.
|
||||
return 0
|
||||
}
|
||||
return values[len(values)-1] - prevValue
|
||||
|
|
Loading…
Reference in a new issue