[skip e2e] Grammar correction (#13930)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/14012/head
cxytz01 2021-12-22 20:10:32 +08:00 committed by GitHub
parent 756a09a44b
commit 3440f129be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);