From 434cc497062ed4600d063fa281c50ff2007cab3a Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Thu, 9 Dec 2021 10:53:06 +0800 Subject: [PATCH] [skip ci] Check the grammar of index_design_md (#13025) Signed-off-by: min.tian --- docs/design_docs/index_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/index_design.md b/docs/design_docs/index_design.md index 6bf0d95a82..fa4c493e53 100644 --- a/docs/design_docs/index_design.md +++ b/docs/design_docs/index_design.md @@ -41,7 +41,7 @@ When the index task is marked as deleted, and the index status is complete, the deleted from the MetaTable. When IndexCoord receives a query index status request from other components, it will first check whether the corresponding -index task is marked for deletion in the MetaTable. If marked for deletion, it returns index does not exist, otherwise, +index task is marked for deletion in the MetaTable. If marked for deletion, it returns that index does not exist, otherwise, it returns the index information. ## 8.3 Feature Design