mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix comment typo (#13017)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/13044/head
parent
6845b0e986
commit
0c60df4b3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue