fix a typo dont -> dont't (#438)

Signed-off-by: yeya24 <ben.ye@daocloud.io>
pull/5805/head
Ye Ben 6 years ago committed by Krasi Georgiev
parent ae91febcbb
commit 23a5f09085

@ -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("") {

Loading…
Cancel
Save