From dab4fb229d9df992cd4c3d0217e7f523b7b7a4a9 Mon Sep 17 00:00:00 2001 From: Bennu Date: Fri, 10 Dec 2021 10:49:34 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13142) Signed-off-by: Bennu --- docs/developer_guides/how-guarantee-ts-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/how-guarantee-ts-works.md b/docs/developer_guides/how-guarantee-ts-works.md index bafa9ce8b9..cb4ded805b 100644 --- a/docs/developer_guides/how-guarantee-ts-works.md +++ b/docs/developer_guides/how-guarantee-ts-works.md @@ -76,4 +76,4 @@ As shown in the figure below, different GuaranteeTs correspond to four different - Read your own write (Session): Set GuaranteeTs to the client last write, in this way, every client will see all their own data. -Milvus provides the strong consistency by default. +Milvus provides strong consistency by default.