[skip ci]Fix comment typo (#13015)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-12-08 20:47:24 +08:00 committed by GitHub
parent 426f73ce07
commit 9363dbf7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import (
)
var (
// ErrNoMoreRecord is the error that the iterator does not have next record
// ErrNoMoreRecord is the error that the iterator does not have next record.
ErrNoMoreRecord = errors.New("no more record")
// ErrDisposed is the error that the iterator is disposed
ErrDisposed = errors.New("iterator is disposed")