From ebb3ea8b59eea064e0131bb66c679a945401b3c8 Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Thu, 4 Nov 2021 13:38:21 +0800 Subject: [PATCH] [skip ci] Fix some grammar issues of query-coord docs (#11212) Signed-off-by: min.tian --- docs/developer_guides/chap07_query_coordinator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/chap07_query_coordinator.md b/docs/developer_guides/chap07_query_coordinator.md index dca2b21d7c..2fd3498769 100644 --- a/docs/developer_guides/chap07_query_coordinator.md +++ b/docs/developer_guides/chap07_query_coordinator.md @@ -359,7 +359,7 @@ type GetSegmentInfoResponse struct { #### 7.5 Collection Replica -$collectionReplica$ contains a in-memory local copy of persistent collections. In common cases, the system has multiple query nodes. Data of a collection will be distributed across all the available query nodes, and each query node's $collectionReplica$ will maintain its own share (only part of the collection). +$collectionReplica$ contains an in-memory local copy of persistent collections. In common cases, the system has multiple query nodes. Data of a collection will be distributed across all the available query nodes, and each query node's $collectionReplica$ will maintain its own share (only part of the collection). Every replica tracks a value called tSafe which is the maximum timestamp that the replica is up-to-date. - _Collection_