This commit is contained in:
Thomas Jackson 2023-03-16 09:17:43 -07:00 committed by Rishabh Kumar
parent 5d239e85a3
commit e711e1f82b

View file

@ -30,7 +30,7 @@ func findPathRange(path []parser.Node, eRanges []evalRange) time.Duration {
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 {
Prefix []posrange.PositionRange
Range time.Duration