From 23a5f09085e5ee9423ea570f9c0bba4a02eae854 Mon Sep 17 00:00:00 2001 From: Ye Ben Date: Wed, 31 Oct 2018 19:49:57 +0800 Subject: [PATCH] fix a typo dont -> dont't (#438) Signed-off-by: yeya24 --- querier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/querier.go b/querier.go index dbd49cec8..bddb81f86 100644 --- a/querier.go +++ b/querier.go @@ -249,7 +249,7 @@ func tuplesByPrefix(m *labels.PrefixMatcher, ts StringTuples) ([]string, error) } func postingsForMatcher(ix IndexReader, m labels.Matcher) (index.Postings, error) { - // If the matcher selects an empty value, it selects all the series which dont + // If the matcher selects an empty value, it selects all the series which don't // have the label name set too. See: https://github.com/prometheus/prometheus/issues/3575 // and https://github.com/prometheus/prometheus/pull/3578#issuecomment-351653555 if m.Matches("") {