[skip e2e] Fix grammer error (#14187)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14200/head
binbin 2021-12-24 17:06:29 +08:00 committed by GitHub
parent 4c5206425a
commit 93071c16e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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