mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
[skip e2e] Fix grammar (#15064)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
@@ -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) {}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user