From 93071c16e8e6c32cd1a974accb22a00a7b6cb497 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Fri, 24 Dec 2021 17:06:29 +0800 Subject: [PATCH] [skip e2e] Fix grammer error (#14187) Signed-off-by: Binbin Lv --- 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 ecd12a3697..d102f67285 100644 --- a/docs/design_docs/milvus_proto.md +++ b/docs/design_docs/milvus_proto.md @@ -443,7 +443,7 @@ message DropPartitionRequest { ``` ## HasPartition -To test existence of a partition by name. Return [BoolResponse](#boolresponse) to tell client whether the partition is exist. +To test existence of a partition by name. Return [BoolResponse](#boolresponse) to tell client whether the partition exists ``` rpc HasPartition(HasPartitionRequest) returns (BoolResponse) {} ```