[skip e2e] Fix grammar (#15065)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2022-01-10 13:18:42 +08:00 committed by GitHub
parent 65ea6b9172
commit 0a0cf9bf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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