fix word 'seriess' to 'series' (#5828)

Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2019-08-04 23:52:52 +08:00 committed by Brian Brazil
parent 5c2c9a03e9
commit 8d6ec5acdc
1 changed files with 1 additions and 1 deletions

View File

@ -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