mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 16:30:55 +01:00
app/vmselect/promql: typo fix in comment: didsn't -> didn't
This commit is contained in:
parent
0452a8d4e8
commit
da0adf446d
@ -1384,7 +1384,7 @@ func rollupIncreasePure(rfa *rollupFuncArg) float64 {
|
|||||||
prevValue = 0
|
prevValue = 0
|
||||||
}
|
}
|
||||||
if len(values) == 0 {
|
if len(values) == 0 {
|
||||||
// Assume the counter didsn't change since prevValue.
|
// Assume the counter didn't change since prevValue.
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
return values[len(values)-1] - prevValue
|
return values[len(values)-1] - prevValue
|
||||||
|
Loading…
Reference in New Issue
Block a user