Skip to content

docs: fix typos in comments - #7616

Merged
DenizAltunkapan merged 2 commits into
TheAlgorithms:masterfrom
jxpark24:docs/fix-typos
Sep 25, 2026
Merged

DenizAltunkapan merged 2 commits into
TheAlgorithms:masterfrom
jxpark24:docs/fix-typos

Conversation

@jxpark24

@jxpark24 jxpark24 commented Sep 25, 2026 •

Copy link
Copy Markdown
Contributor

Fix misspellings found with codespell: reccur/reccuring, positon, choosed, increate, contantating, and "Hava a Eulerian Path". Also rename the local variable formater to formatter in MathBuilder.

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter

codecov-commenter commented Sep 25, 2026 •

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.32%. Comparing base (dd8df80) to head (ac8fc89).

Files with missing lines Patch % Lines
...main/java/com/thealgorithms/maths/MathBuilder.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7616   +/-   ##
=========================================
  Coverage     81.32%   81.32%           
+ Complexity     7982     7979    -3     
=========================================
  Files           832      832           
  Lines         25185    25185           
  Branches       4910     4910           
=========================================
  Hits          20481    20481           
+ Misses         3920     3919    -1     
- Partials        784      785    +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Fix misspellings found with codespell: reccur/reccuring, positon,
choosed, increate, contantating, and "Hava a Eulerian Path". Also
rename the local variable formater to formatter in MathBuilder.
Fix "tho" -> "to", doubled "of of", "than" -> "then", "it's" -> "its",
"in-order to" -> "in order to", and "a" -> "an" before vowel sounds.
@DenizAltunkapan
DenizAltunkapan merged commit 6ed9243 into TheAlgorithms:master Sep 25, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants