mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
fix typo
This commit is contained in:
parent
5d239e85a3
commit
e711e1f82b
|
@ -30,7 +30,7 @@ func findPathRange(path []parser.Node, eRanges []evalRange) time.Duration {
|
||||||
return evalRange
|
return evalRange
|
||||||
}
|
}
|
||||||
|
|
||||||
// evalRange summarizes a defined evalRange (from a MatrixSelector) within the asg
|
// evalRange summarizes a defined evalRange (from a MatrixSelector) within the ast
|
||||||
type evalRange struct {
|
type evalRange struct {
|
||||||
Prefix []posrange.PositionRange
|
Prefix []posrange.PositionRange
|
||||||
Range time.Duration
|
Range time.Duration
|
||||||
|
|
Loading…
Reference in a new issue