[skip e2e] Fix grammar (#15011)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/15024/merge
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
1 changed files with 1 additions and 1 deletions

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