[skip e2e] Fix grammar (#15064)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-01-10 13:16:48 +08:00 committed by GitHub
parent ae1b50a1de
commit 65ea6b9172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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