[skip e2e] Fix grammar (#14143)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14164/head
Bennu 2021-12-24 13:39:30 +08:00 committed by GitHub
parent 5fbf189805
commit 407a147505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ type task interface {
Each specific task object must implement the interface defined by the task.
The key members of taskQueue are unissuedTasks of type List and activateTasks of type map. Among them, unissuedTasks
The key members of taskQueue are unissuedTasks of type List and activateTasks of type maps. Among them, unissuedTasks
contain all tasks that have not been scheduled, and activateTasks contain all tasks that are being scheduled.
When the external caller of taskScheduler stuffs the task into the corresponding taskQueue, it will call the OnEnqueue