From 25b00230c8b83031cd98767e5a9f68ff76066bd3 Mon Sep 17 00:00:00 2001 From: Xieql Date: Thu, 6 Jan 2022 14:15:20 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14908) Signed-off-by: Xieql --- internal/datanode/flush_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datanode/flush_task.go b/internal/datanode/flush_task.go index 0124e09261..9fd56a2dd3 100644 --- a/internal/datanode/flush_task.go +++ b/internal/datanode/flush_task.go @@ -86,7 +86,7 @@ func newTaskInjection(segmentCnt int, pf func(pack *segmentFlushPack)) *taskInje return ti } -// Injected returns a chan, which will be closed after pre set segments counts a injected +// Injected returns a chan, which will be closed after pre set segments counts an injected func (ti *taskInjection) Injected() <-chan struct{} { return ti.injected }