Skip to content

Fix duplicated-word typos in code comments#3981

Open
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-typos
Open

Fix duplicated-word typos in code comments#3981
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-typos

Conversation

@durvesh1992

Copy link
Copy Markdown

Summary

Four code comments contained accidental duplicated words that hurt readability. This corrects them. Comment-only change — no behavioral impact.

File Before After
pyrefly/lib/binding/scope.rs ...if we know that the the name is ...the name is
pyrefly/lib/binding/scope.rs ...the branch_idx, which will will be ...which will be
pyrefly/lib/state/state.rs We check the the epoch optimistically We check the epoch optimistically
pyrefly/lib/query.rs ...or it is is defined in \builtins`` ...or it is defined in \builtins``
Four comments contained accidental word repetitions ("the the",
"will will", "it is is") that hurt readability. Corrected so they
read naturally. Comment-only change with no behavioral impact.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant