From f98eecce1c6884ca0ab1570ee3e5db2cde81e790 Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Wed, 27 Oct 2021 17:47:29 +0800 Subject: [PATCH] [skip ci] Fix some grammar issues (#10706) Signed-off-by: min.tian --- docs/developer_guides/appendix_a_basic_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/appendix_a_basic_components.md b/docs/developer_guides/appendix_a_basic_components.md index d1cf73994..620f8b6ef 100644 --- a/docs/developer_guides/appendix_a_basic_components.md +++ b/docs/developer_guides/appendix_a_basic_components.md @@ -320,7 +320,7 @@ B. or the logical part overflows. In either case, the physical part will be updated, and the logical part will be set to 0. -Keep the physical part close to local wall time may face non-monotonic problems such as updates to POSIX time that could turn time backward. HLC avoids such problems, since if 'local wall time < HLC's physical part' holds, only case B is satisfied, thus monotonicity is guaranteed. +Keeping the physical part close to local wall time may face non-monotonic problems such as updates to POSIX time that could turn time backward. HLC avoids such problems, since if 'local wall time < HLC's physical part' holds, only case B is satisfied, thus monotonicity is guaranteed. Milvus does not support transaction, but it should guarantee the deterministic execution of the multi-way WAL. The timestamp attached to each request should -- GitLab