From 56eb06949482b6aae0e9c1346b63a72efe67dd87 Mon Sep 17 00:00:00 2001 From: Bennu Date: Fri, 7 Jan 2022 18:53:49 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#15011) Signed-off-by: Bennu --- docs/design_docs/milvus_proto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_proto.md b/docs/design_docs/milvus_proto.md index e705051b5..a8b4aa1ed 100644 --- a/docs/design_docs/milvus_proto.md +++ b/docs/design_docs/milvus_proto.md @@ -750,7 +750,7 @@ message DescribeIndexResponse { // Response status common.Status status = 1; - // All index informations, for now only return tha latest index you created for the collection. + // All index informations, for now only return the latest index you created for the collection. repeated IndexDescription index_descriptions = 2; } ``` -- GitLab