[skip e2e] Fix grammar (#14832)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/14853/head
Bennu 2022-01-05 13:23:19 +08:00 committed by GitHub
parent 19e0b5099f
commit b6ad963eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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