[skip e2e] Improve annotation (#14386)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2021-12-28 13:27:17 +08:00 committed by GitHub
parent 456dba4b31
commit 9c1c7bc54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ void SlidingIndexWindow::step(const Index *sub_index, bool remove_oldest) {
// Get a subset of inverted lists [i0, i1). Works on IndexIVF's and
// IndexIVF's embedded in a IndexPreTransform
// IndexIVF's embedded in an IndexPreTransform
ArrayInvertedLists *
get_invlist_range (const Index *index, long i0, long i1)