Skip to content

Commit 3b8a617

Browse files
Subhadeep Karanfacebook-github-bot
authored andcommitted
Fix additional typos found in second review
Summary: Fixed additional typos found during second comprehensive review: 1. **impl/NNDescent.h**: `implmentation` → `implementation` Note: During the second review, additional typos were found in CHANGELOG.md that should be addressed in a follow-up: - Multiple occurrences of `HSNW` → `HNSW` - `nightily` → `nightly` - `verbosoe` → `verbose` - `separare` → `separate` - `nterrupting` → `interrupting` All changes are in comments and documentation - no functional code changes. Differential Revision: D86474075
1 parent 3ffec12 commit 3b8a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/impl/NNDescent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace faiss {
3434
*
3535
* Dong, Wei, Charikar Moses, and Kai Li, WWW 2011
3636
*
37-
* This implmentation is heavily influenced by the efanna
37+
* This implementation is heavily influenced by the efanna
3838
* implementation by Cong Fu and the KGraph library by Wei Dong
3939
* (https://github.com/ZJULearning/efanna_graph)
4040
* (https://github.com/aaalgo/kgraph)

0 commit comments

Comments
 (0)