From 8d6ec5acdc347a8d8dc592efdee0f37556a237aa Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Sun, 4 Aug 2019 23:52:52 +0800 Subject: [PATCH] fix word 'seriess' to 'series' (#5828) Signed-off-by: czm --- promql/value.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/value.go b/promql/value.go index 5ca7c3493e..0d51815837 100644 --- a/promql/value.go +++ b/promql/value.go @@ -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