promql: function: fix typo (#6501)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2019-12-20 23:30:55 +01:00 committed by Brian Brazil
parent 4b3bab890d
commit f363a71ef7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func funcIrate(vals []Value, args Expressions, enh *EvalNodeHelper) Vector {
return instantValue(vals, enh.out, true)
}
// === idelta(node model.ValMatric) Vector ===
// === idelta(node model.ValMatrix) Vector ===
func funcIdelta(vals []Value, args Expressions, enh *EvalNodeHelper) Vector {
return instantValue(vals, enh.out, false)
}