mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 05:04:05 -08:00
Merge pull request #658 from johncming/fix-comment
chunks: correct the interface name
This commit is contained in:
commit
45ee02add5
|
@ -366,7 +366,7 @@ func (b realByteSlice) Sub(start, end int) ByteSlice {
|
|||
return b[start:end]
|
||||
}
|
||||
|
||||
// Reader implements a SeriesReader for a serialized byte stream
|
||||
// Reader implements a ChunkReader for a serialized byte stream
|
||||
// of series data.
|
||||
type Reader struct {
|
||||
bs []ByteSlice // The underlying bytes holding the encoded series data.
|
||||
|
|
Loading…
Reference in a new issue