fix: duplicated "the" in encoding/varint and crypto comments#7137
fix: duplicated "the" in encoding/varint and crypto comments#7137otjdiepluong wants to merge 1 commit into
Conversation
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7137 +/- ##
=======================================
Coverage 94.61% 94.61%
=======================================
Files 634 634
Lines 51822 51822
Branches 9336 9336
=======================================
Hits 49029 49029
Misses 2218 2218
Partials 575 575 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fibibot
left a comment
There was a problem hiding this comment.
Both comments had duplicated the — fix is correct. Comment-only, no test needed. CI green.
CLA shows pending — needs to clear before merge.
|
@bartlomieju this is ready to merge |
lunadogbot
left a comment
There was a problem hiding this comment.
Both edits are the obvious the the → the deletions in comments only, no behaviour change. CI is green; holding APPROVE until license/cla flips from PENDING (looks like the CLA signature hasn't registered yet).
Two one-line typo fixes for duplicated "the" in code comments:
encoding/varint.ts— "written the the two's complement view" → "written the two's complement view"crypto/crypto.ts— "supported by the the runtime" → "supported by the runtime"No code/behavior change.