[skip e2e] Grammar correction (#13738)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/13806/head
cxytz01 2021-12-20 19:10:44 +08:00 committed by GitHub
parent 35ab21372b
commit fcddbc2401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static const auto metric_bimap = [] {
MetricType
GetMetricType(const std::string& type_name) {
// Assume Metric is all upper at knowhere
// Assume Metric is all upper at Knowhere
auto real_name = to_upper_copy(type_name);
AssertInfo(metric_bimap.left.count(real_name), "metric type not found: (" + type_name + ")");
return metric_bimap.left.at(real_name);