Skip to content

Fix duplicate words and grammar typos across codebase#5044

Closed
Chessing234 wants to merge 1 commit intofacebookresearch:mainfrom
Chessing234:fix/duplicate-words-and-typos
Closed

Fix duplicate words and grammar typos across codebase#5044
Chessing234 wants to merge 1 commit intofacebookresearch:mainfrom
Chessing234:fix/duplicate-words-and-typos

Conversation

@Chessing234
Copy link
Copy Markdown
Contributor

Summary

  • Fix duplicate word "the the" to "the" in faiss/utils/quantize_lut.h (comment) and benchs/README.md
  • Fix duplicate word "to to" to "to" in faiss/IndexBinaryHNSW.cpp (comment)
  • Fix subject-verb agreement "This produce" to "This produces" in INSTALL.md
  • Fix broken grammar "it does not the case" to "it is not the case" in tests/test_residual_quantizer.py

Test plan

  • No functional code changes; only comments, documentation, and test comments are modified
  • Verified each fix is a clear typo/grammar correction

🤖 Generated with Claude Code

- Fix "the the" -> "the" in faiss/utils/quantize_lut.h and benchs/README.md
- Fix "to to" -> "to" in faiss/IndexBinaryHNSW.cpp
- Fix "This produce" -> "This produces" in INSTALL.md
- Fix "it does not the case" -> "it is not the case" in tests/test_residual_quantizer.py

Signed-off-by: Taksh <takshkothari09@gmail.com>
@meta-cla meta-cla bot added the CLA Signed label Apr 6, 2026
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync bot commented Apr 6, 2026

@alibeklfc has imported this pull request. If you are a Meta employee, you can view this in D99692631.

@meta-codesync meta-codesync bot closed this in 9d3f97e Apr 6, 2026
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync bot commented Apr 6, 2026

@alibeklfc merged this pull request in 9d3f97e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant