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