From 3440f129bee39b4bc6c072f91907cf397216f826 Mon Sep 17 00:00:00 2001 From: cxytz01 Date: Wed, 22 Dec 2021 20:10:32 +0800 Subject: [PATCH] [skip e2e] Grammar correction (#13930) Signed-off-by: cxytz01 --- internal/core/src/indexbuilder/index_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/src/indexbuilder/index_c.h b/internal/core/src/indexbuilder/index_c.h index c028378a52..0414bcbbbf 100644 --- a/internal/core/src/indexbuilder/index_c.h +++ b/internal/core/src/indexbuilder/index_c.h @@ -35,7 +35,7 @@ typedef void* CIndexQueryResult; typedef void* CBinary; // TODO: how could we pass map between go and c++ more efficiently? -// Solution: using protobuf instead of json, this way significantly increase programming efficiency +// Solution: using Protobuf instead of JSON, this way significantly increase programming efficiency CStatus CreateIndex(const char* serialized_type_params, const char* serialized_index_params, CIndex* res_index);