From 778383ff4ad7d5048b87639b3a53e945b25287ec Mon Sep 17 00:00:00 2001 From: Xieql Date: Thu, 30 Dec 2021 14:11:42 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14561) Signed-off-by: Xieql --- internal/core/src/index/thirdparty/faiss/IndexIVF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/src/index/thirdparty/faiss/IndexIVF.h b/internal/core/src/index/thirdparty/faiss/IndexIVF.h index df4a3c17e5..200613ab07 100644 --- a/internal/core/src/index/thirdparty/faiss/IndexIVF.h +++ b/internal/core/src/index/thirdparty/faiss/IndexIVF.h @@ -91,7 +91,7 @@ struct IndexIVFStats { struct InvertedListScanner; -/** Index based on a inverted file (IVF) +/** Index based on an inverted file (IVF) * * In the inverted file, the quantizer (an Index instance) provides a * quantization index for each vector to be added. The quantization