[skip ci] Check grammar of proxy docs (#11775)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/11837/head
min.tian 2021-11-15 19:09:57 +08:00 committed by GitHub
parent 4a9797a8ab
commit 372f3634b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ The policy of _scheduleDmTask()_ should target on throughput, not tasks' time or
The policy of _scheduleDqTask()_ should target on throughput. It should also take visibility into consideration. For example, if an insert task and a query arrive in a same time tick and the query comes after insert, the query should be scheduled in the next tick thus the query can see the insert.
_TaskDoneTest(ts Timestamp)_ will check all the three task queues. If no task is found before _ts_, then the function returns _true_, indicates that all the tasks before _ts_ are completed.
_TaskDoneTest(ts Timestamp)_ will check all the three task queues. If no task is found before _ts_, then the function returns _true_, which indicates that all the tasks before _ts_ are completed.
- Statistics