Skip to content

Commit

Permalink
more accurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Aug 17, 2023
1 parent 56fd2f3 commit bbc5797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/textparse/promparse.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ type PromParser struct {
// of the metric name and label names and values for this series.
// p.offsets[0] is the start character of the metric name
// p.offsets[1] is the end of the metric name
// subsequently, p.offsets is a pair of offsets for the positions of the
// label name and value start and end characters.
// Subsequently, p.offsets is a pair of pair of offsets for the positions
// of the label name and value start and end characters.
offsets []int
}

Expand Down

0 comments on commit bbc5797

Please sign in to comment.