mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e] Fix grammar (#15064)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
ae1b50a1de
commit
65ea6b9172
@ -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) {}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user