From 65ea6b9172f70b68e7fa12ec6ce0d7733539b8a7 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 10 Jan 2022 13:16:48 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#15064) 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 82785f0017..ed3d1f02f6 100644 --- a/docs/design_docs/milvus_proto.md +++ b/docs/design_docs/milvus_proto.md @@ -184,7 +184,7 @@ message DropCollectionRequest { ``` ## HasCollection -To test existence of a collection by name. Return [BoolResponse](#boolresponse) to tell client whether the collection is exist. +To test the existence of a collection by name. Return [BoolResponse](#boolresponse) to tell client whether the collection is exist. ``` rpc HasCollection(HasCollectionRequest) returns (BoolResponse) {} ```