[skip ci]Update grammar issue (#13148)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/13186/head
yanliang567 2021-12-10 16:58:07 +08:00 committed by GitHub
parent f5a10c496c
commit 3077b30362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Hybrid Timestamp in Milvus
In chapter [Milvus TimeSync Mechanism](./milvus_timesync_en.md), we have already known why we need TSO in Milvus. Milvus
borrows the [TiKV's](https://github.com/tikv/tikv) implementation into TSO. So if you are interested in how TSO was
uses the [TiKV's](https://github.com/tikv/tikv) implementation into TSO. So if you are interested in how TSO is
implemented, you can look into the official documentation of TiKV.
This chapter will only introduce two points: