Skip to content

Commit 6116d36

Browse files
m-bhatiafacebook-github-bot
authored andcommitted
Grammar fix in FlatIndexHNSW (facebookresearch#4253)
Summary: Changed "with with" to "with" Pull Request resolved: facebookresearch#4253 Reviewed By: gtwang01 Differential Revision: D71857100 Pulled By: junjieqi fbshipit-source-id: 6c11e3767cb0d244707c889206de10169fccd6bf
1 parent 1debb7d commit 6116d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

faiss/IndexHNSW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ struct IndexHNSWPQ : IndexHNSW {
138138
void train(idx_t n, const float* x) override;
139139
};
140140

141-
/** SQ index topped with with a HNSW structure to access elements
141+
/** SQ index topped with a HNSW structure to access elements
142142
* more efficiently.
143143
*/
144144
struct IndexHNSWSQ : IndexHNSW {

0 commit comments

Comments
 (0)