-
Notifications
You must be signed in to change notification settings - Fork 725
style: fix spelling errors in Lean/ docstrings #11865
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
8
commits into
leanprover:master
Choose a base branch
from
alok:typo/lean-core-spelling
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.
Open
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
8ae29d1 to
174c562
Compare
Collaborator
|
Mathlib CI status (docs):
|
Collaborator
|
Reference manual CI status:
|
ee4d0d6 to
0f940b9
Compare
0f940b9 to
f1c04a7
Compare
c82846c to
54a825b
Compare
This PR fixes various spelling and grammar issues in Lean/: - Lean/Meta/Tactic/Simp/Attr.lean: "the the" → "the" - Lean/Meta/Tactic/Simp/Types.lean: "the the" → "the" - Lean/Meta/Tactic/SimpAll.lean: "in in" → "in" - Lean/Compiler/IR/EmitLLVM.lean: "mormal" → "normal" - Lean/Server/CodeActions/Binder.lean: "the the" → "the" - Lean/Data/Rope.lean: "the the" → "the" - Lean/Elab/PreDefinition/FixedParams.lean: "under under" → "under" - Lean/Server/FileWorker/RequestHandling.lean: "care care" → "care" - Lean/Compiler/LCNF/JoinPoints.lean: "dont" → "don't" - Lean/Compiler/InlineAttrs.lean: "recursvie" → "recursive" - Lean/Elab/Coinductive.lean: "paramaters" → "parameters" - Lean/Elab/Coinductive.lean: "occurence" → "occurrence" (2 occurrences) - Lean/Meta/Tactic/Grind/Types.lean: "associate" → "associated" (2 occurrences) - Lean/Compiler/LCNF/ToDecl.lean: "its" → "it's" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
54a825b to
50f4ebc
Compare
- Fix "is" to "if" typo in isCongrRoot docstring - Add missing "e is" in isRoot docstring - Fix "field match" to "field matches" for subject-verb agreement 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Remove duplicate #include "runtime/object.h" in libuv.h - Fix "an smart pointer" to "a smart pointer" in object_ref.h 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Fix "types to its" → "types to their" in Order/Types.lean - Fix "operators to its" → "operators to their" in AC/Types.lean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Elab fixes: - Fix "a instantiation" → "an instantiation" in IndGroupInfo.lean - Fix "an mutually" → "a mutually" in IndGroupInfo.lean - Fix "a unfold" → "an unfold" in WF/Eqns.lean - Fix "an reassignment" → "a reassignment" in Do/Legacy.lean Meta fixes: - Fix "an continue" → "and continue" in Sym/Pattern.lean - Fix "of the these" → "of these" in PProdN.lean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
"ones contains macroscopes" → "ones containing macroscopes" 🤖 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