[skip e2e] Fix grammar (#14938)

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

View File

@ -178,7 +178,7 @@ message DropCollectionRequest {
// Not useful for now
string db_name = 2;
// The name of the collection which to be dropped. (Required)
// The name of the collection to be dropped. (Required)
string collection_name = 3;
}
```