From 1dea945830b2055d173caddeaebeef8ee2811668 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 13 Dec 2021 19:08:50 +0800 Subject: [PATCH] [skip ci] Fix grammar (#13259) Signed-off-by: Bennu --- docs/design_docs/root_coordinator_recovery_on_power_failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/root_coordinator_recovery_on_power_failure.md b/docs/design_docs/root_coordinator_recovery_on_power_failure.md index 1680f8bbf2..01520bd716 100644 --- a/docs/design_docs/root_coordinator_recovery_on_power_failure.md +++ b/docs/design_docs/root_coordinator_recovery_on_power_failure.md @@ -70,7 +70,7 @@ ### Add processing of time synchronization signals from proxy node -1. A virtual channel can be inserted by multiple proxies, so the timestamp in the virtual channel is not increase monotonically. +1. A virtual channel can be inserted by multiple proxies, so the timestamp in the virtual channel does not increase monotonically. 2. All proxies report the timestamp of all the virtual channels to the `RC` periodically. 3. The `RC` collects the timestamps from the proxies on each virtual channel and gets the minimum one as the timestamp of that virtual channel, and then inserts the timestamp into the virtual channel. 4. The proxy reports the timestamp to the `RC` via grpc.