[skip e2e] Refine storage binlog iterator comment (#14309)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/14334/head
edward.zeng 2021-12-27 15:46:03 +08:00 committed by GitHub
parent 94e65eaaa5
commit 57ec25c246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ type Iterator interface {
Dispose()
}
// Value is the return value of HasNext
// Value is the return value of Next
type Value struct {
ID int64
PK int64