[skip e2e] Fix grammar (#14940)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-01-06 18:25:26 +08:00 committed by GitHub
parent 1db9b1b04d
commit b2da0c67f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
```