Fix golint warning caused by misspell (#7842)

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
Guangwen Feng 2020-08-25 16:17:41 +08:00 committed by GitHub
parent d668a7efe3
commit 9439b2150d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1623,7 +1623,7 @@ func (r *Reader) LabelNames() ([]string, error) {
return labelNames, nil
}
// NewStringListIterator returns a StringIter for the given sorted list of strings.
// NewStringListIter returns a StringIter for the given sorted list of strings.
func NewStringListIter(s []string) StringIter {
return &stringListIter{l: s}
}