From b3db38ceb965a745614afe751c455319054c9131 Mon Sep 17 00:00:00 2001 From: SS Date: Tue, 7 Dec 2021 17:43:13 +0800 Subject: [PATCH] [skip ci] Fix grammar (#12888) Signed-off-by: sida shen --- 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 3dbec5b8c8..43e1b3994e 100644 --- a/docs/design_docs/milvus_hybrid_ts_en.md +++ b/docs/design_docs/milvus_hybrid_ts_en.md @@ -22,7 +22,7 @@ Note, physical part is the UTC time in Milliseconds. ![Timestamp struct](./graphs/time_stamp_struct.jpg) -For some users such as DBAs, they will want to sort the operations and list them in UTC time order. +For some users such as DBAs, they would want to sort the operations and list them in UTC time order. Actually, we can use the TSO order to sort the `Insert` operations or `Delete` operations.