[skip e2e] Fix grammar (#15009)

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

View File

@ -486,7 +486,7 @@ message LoadPartitionsRequest {
// The collection name in milvus. (Required)
string collection_name = 3;
// A name array of the partitions whcih you want to load. (Required)
// A name array of the partitions which you want to load. (Required)
repeated string partition_names = 4;
}
```