From 57ec25c2465eec0f7b235f1bf40546e45d0a6b85 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Mon, 27 Dec 2021 15:46:03 +0800 Subject: [PATCH] [skip e2e] Refine storage binlog iterator comment (#14309) Signed-off-by: Edward Zeng --- internal/storage/binlog_iterator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/binlog_iterator.go b/internal/storage/binlog_iterator.go index e9895a78dc..2252f2136c 100644 --- a/internal/storage/binlog_iterator.go +++ b/internal/storage/binlog_iterator.go @@ -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