mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci]Fix comment typo (#13016)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
9363dbf7b2
commit
6845b0e986
@ -21,7 +21,7 @@ import (
|
||||
var (
|
||||
// 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 is the error that the iterator is disposed.
|
||||
ErrDisposed = errors.New("iterator is disposed")
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user