-
Notifications
You must be signed in to change notification settings - Fork 725
style: fix doubled words in Init/ and Std/ docstrings #11864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alok
wants to merge
6
commits into
leanprover:master
Choose a base branch
from
alok:typo/std-doubled-words
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a9fda80 to
29635e4
Compare
Collaborator
|
Mathlib CI status (docs):
|
Collaborator
|
Reference manual CI status:
|
81424a6 to
a678a70
Compare
This PR fixes various spelling and grammar issues in Init/ and Std/: Init/: - Init/Data/NeList.lean: "the the" → "the" - Init/Data/String/Extra.lean: "the the" → "the" - Init/Data/String/Substrings.lean: "an an" → "an" - Init/Data/Range.lean: "Similiar" → "Similar" - Init/GetElem.lean: "and and" → "and" - Init/Data/Int/Lemmas.lean: "the the" → "the" - Init/Data/Nat/Lemmas.lean: "the the" → "the" - Init/Data/String/Pattern/String.lean: "from from" → "from" - Init/System/IO.lean: "any any" → "and any" - Init/Core.lean: "describe's" → "describes" Std/: - Std/Tactic/Omega/Coeffs.lean: "the the" → "the" - Std/Internal/Async/Basic.lean: "their executing" → "their execution" (3 occurrences) - Std/Data/HashMap/Basic.lean: "associate" → "associated" - Std/Data/ExtHashMap/Basic.lean: "associate" → "associated" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
a678a70 to
047635f
Compare
665711e to
e353e35
Compare
- Fix "who's" to "whose" (possessive, not contraction) - Fix "an string" to "a string" (article agreement) - Fix "return its" to "returns its" (subject-verb agreement) in 2 places - Fix "it's designated" to "its designated" (possessive) - Fix "providing a its" to "providing its" (remove redundant article) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Remove trailing space in `none ` backtick in FilePath.lean - Fix "determines the where" → "determines where" in IO.lean - Fix "a exclusive" → "an exclusive" (2 occurrences) in IO.lean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Init/Classical.lean: fix capitalization and punctuation in epsilon docstring - Init/Control/Basic.lean: add missing "is" in orM/andM docstrings - Init/Core.lean: add missing spaces before backticks in Union/Inter docstrings - Std/Tactic/BVDecide/Syntax.lean: "a abstraction" → "an abstraction" - Std/Time.lean: "a inductive" → "an inductive" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Init/Notation.lean: "means the same as the same as" → "means the same as" - Init/NotationExtra.lean: remove errant colon in calc docstring - Init/Data/Slice/Notation.lean: "type of resulting the" → "type of the resulting" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
toolchain-available
A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Claude Code