[skip e2e] Improve annotation (#14912)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/14927/head
Xieql 2022-01-06 13:38:08 +08:00 committed by GitHub
parent 1368126352
commit c488c41dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ type orderFlushQueue struct {
postInjection postInjectionFunc
}
// newOrderFlushQueue creates a orderFlushQueue
// newOrderFlushQueue creates an orderFlushQueue
func newOrderFlushQueue(segID UniqueID, f notifyMetaFunc) *orderFlushQueue {
q := &orderFlushQueue{
segmentID: segID,