[skip ci]Improve proxy md grammar (#9541)

Signed-off-by: tumao <yan.wang@zilliz.com>
pull/9583/head
Tumao 2021-10-09 18:11:41 +08:00 committed by GitHub
parent fc8ffe9233
commit 7d103154d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ type baseTaskQueue struct {
}
```
_AddUnissuedTask(task \*task)_ will put a new task into _unissuedTasks_, while maintaining the list by timestamp order.
_AddUnissuedTask(task \*task)_ will push a new task into _unissuedTasks_, while maintaining the list by timestamp order.
_TaskDoneTest(ts Timestamp)_ will check both _unissuedTasks_ and _unissuedTasks_. If no task found before _ts_, then the function returns _true_, indicates that all the tasks before _ts_ are completed.