helix icon indicating copy to clipboard operation
helix copied to clipboard

Fix Typographical Errors in Comments and Documentation

Open leopardracer opened this issue 5 months ago • 2 comments

Description:
This pull request corrects minor typographical errors in comments and documentation across the codebase. Specifically:

  • In helix-core/src/movement.rs, the word "traversing" was corrected in a comment.
  • In helix-stdx/src/env.rs, the word "environment" was corrected in the documentation comment.

These changes improve code readability and maintain documentation accuracy. No functional code changes were made.

leopardracer avatar Jun 10 '25 18:06 leopardracer

@icorbrey ready to merge?

leopardracer avatar Jun 14 '25 06:06 leopardracer

I personally think so but I don't have write access

icorbrey avatar Jun 14 '25 10:06 icorbrey

Generally we don't accept typo fixes or style changes to the Rust code since it creates unnecessary conflicts for open PRs and makes the blame harder to follow

the-mikedavis avatar Jun 18 '25 15:06 the-mikedavis