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
|
||||
}
|
||||
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue