mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix grammer error (#14187)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14200/head
parent
4c5206425a
commit
93071c16e8
|
@ -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) {}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue