[skip e2e] Grammar correction (#13931)

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

View File

@ -243,7 +243,7 @@ IndexWrapper::Serialize() {
binarySet.Append(RAW_DATA, raw_data, raw_data_.size());
auto slice_size = get_index_file_slice_size();
// https://github.com/milvus-io/milvus/issues/6421
// Disassemble will only divide the raw vectors, other keys was already divided
// Disassemble will only divide the raw vectors, other keys were already divided
knowhere::Disassemble(slice_size * 1024 * 1024, binarySet);
}