mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
fix word 'seriess' to 'series' (#5828)
Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
parent
5c2c9a03e9
commit
8d6ec5acdc
|
@ -158,7 +158,7 @@ func (vec Vector) ContainsSameLabelset() bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Matrix is a slice of Seriess that implements sort.Interface and
|
// Matrix is a slice of Series that implements sort.Interface and
|
||||||
// has a String method.
|
// has a String method.
|
||||||
type Matrix []Series
|
type Matrix []Series
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue