From 7d5ff4f771b2dc2ec10fa54e3747bb275acd179f Mon Sep 17 00:00:00 2001 From: cxytz01 Date: Fri, 24 Dec 2021 17:36:19 +0800 Subject: [PATCH] [skip e2e] Grammar correction (#14128) Signed-off-by: cxytz01 --- internal/proxy/channels_time_ticker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/channels_time_ticker.go b/internal/proxy/channels_time_ticker.go index e4c92fc921..2f4aacbbe0 100644 --- a/internal/proxy/channels_time_ticker.go +++ b/internal/proxy/channels_time_ticker.go @@ -26,7 +26,7 @@ import ( "github.com/milvus-io/milvus/internal/log" ) -// ticker can update ts only when the minTs greater than the ts of ticker, we can use maxTs to update current later +// ticker can update ts only when the minTs are greater than the ts of ticker, we can use maxTs to update current later type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error) // channelsTimeTicker manages the timestamp statistics