mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e] Fix grammar (#14940)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
1db9b1b04d
commit
b2da0c67f4
@ -272,7 +272,7 @@ message DescribeCollectionRequest {
|
||||
// The collection ID you want to describe
|
||||
int64 collectionID = 4;
|
||||
|
||||
// If time_stamp is not zero, will describe collection success when time_stamp >= created collection timestamp, otherwise will throw error.
|
||||
// If time_stamp is not zero, will describe collection success when time_stamp >= created collection timestamp, otherwise will throw an error.
|
||||
uint64 time_stamp = 5;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user