mirror of
https://github.com/prometheus/prometheus
synced 2026-04-30 14:50:25 +08:00
fix word 'seriess' to 'series' (#5828)
Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
@@ -158,7 +158,7 @@ func (vec Vector) ContainsSameLabelset() bool {
|
||||
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.
|
||||
type Matrix []Series
|
||||
|
||||
|
||||
Reference in New Issue
Block a user