[skip ci]Fix comment typo (#13017)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/13044/head
godchen 2021-12-08 20:51:06 +08:00 committed by GitHub
parent 6845b0e986
commit 0c60df4b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var (
ErrDisposed = errors.New("iterator is disposed")
)
// Iterator is the iterator interface
// Iterator is the iterator interface.
type Iterator interface {
// HasNext returns true if the iterator have unread record
HasNext() bool