[skip e2e] Improve annotation (#14908)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-06 14:15:20 +08:00 committed by GitHub
parent 8b70ae0507
commit 25b00230c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ func newTaskInjection(segmentCnt int, pf func(pack *segmentFlushPack)) *taskInje
return ti 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{} { func (ti *taskInjection) Injected() <-chan struct{} {
return ti.injected return ti.injected
} }