[skip e2e] Fix grammar (#14073)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14080/head
Bennu 2021-12-23 15:23:24 +08:00 committed by GitHub
parent 46dda3d9d6
commit b5cdb23ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ There are three main functions in taskScheduler:
- Schedule task
- Maintain the snapshot of timestamp statistics
- Receive the search results from stream and then distribute them to related task
- Receive the search results from all streams and then distribute them to related task
taskScheduler maintains three queues: ddQueue, dmQueue and dqQueue correspond to DdRequest, DmRequest, and DqRequest
respectively. The interface of taskQueue is defined as follows: