From 3077b303626c00d775bbba156de52c2bddd63dab Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 10 Dec 2021 16:58:07 +0800 Subject: [PATCH] [skip ci]Update grammar issue (#13148) Signed-off-by: yanliang567 --- docs/design_docs/milvus_hybrid_ts_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_hybrid_ts_en.md b/docs/design_docs/milvus_hybrid_ts_en.md index eb2d1b5c52..c6c2e832f6 100644 --- a/docs/design_docs/milvus_hybrid_ts_en.md +++ b/docs/design_docs/milvus_hybrid_ts_en.md @@ -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: