未验证 提交 fcddbc24 编写于 作者: C cxytz01 提交者: GitHub

[skip e2e] Grammar correction (#13738)

Signed-off-by: Ncxytz01 <xueyou.chen@zilliz.com>
上级 35ab2137
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册