[skip e2e] Fix grammar (#15011)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-01-07 18:53:49 +08:00 committed by GitHub
parent 6d86d80dcb
commit 56eb069494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -750,7 +750,7 @@ message DescribeIndexResponse {
// Response status
common.Status status = 1;
// All index informations, for now only return tha latest index you created for the collection.
// All index informations, for now only return the latest index you created for the collection.
repeated IndexDescription index_descriptions = 2;
}
```