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) {} ```