doc: fix typos and grammar across the manual#735
Draft
alok wants to merge 4 commits intoleanprover:mainfrom
Draft
doc: fix typos and grammar across the manual#735alok wants to merge 4 commits intoleanprover:mainfrom
alok wants to merge 4 commits intoleanprover:mainfrom
Conversation
This PR fixes various typos and grammar issues found across the reference manual: - "possbile" → "possible" (Grind/CaseAnalysis.lean) - "the the" → "the" (6 occurrences across multiple files) - "It also used" → "It is also used" (Grind/Algebra.lean) - "have already be" → "have already been" (Grind/IfElseNorm.lean) - "a an" → "an" (BasicTypes/Float.lean) - "character other that" → "any character other than" (BasicTypes/Char.lean) - "twos-complement" → "two's-complement" (BasicTypes/Int.lean, UInt.lean) - "easier avoid" → "easier to avoid" (Tactics/Reference.lean) - "and suggests" → "and suggest" (subject-verb agreement, Tactics/Reference.lean) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Release notes: - Fix "of of" → "of" in v4_27_0.lean - Fix "the the" → "the" in v4_27_0, v4_16_0, v4_10_0 - Fix "a alternative" → "an alternative" in v4_8_0 - Fix "a ordered" → "an ordered" in v4_22_0 Lake CLI: - Fix "a archive" → "an archive" (2 occurrences) Classes: - Fix doubled "then" in DerivingHandlers.lean Monads: - Fix "API of in" → "API in" in API.lean - Fix "making it this easier" → "making this easier" Language: - Fix "in to" → "into" in LogicalModel.lean - Fix "One" → "Solo" to match earlier example in InductiveTypes.lean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Release notes: - Fix "pervaise" → "pervasive" in v4_23_0 - Fix "sever" → "server" in v4_20_0 - Fix "tying" → "trying" in v4_17_0 - Fix "an complex" → "a complex" in v4_21_0 - Fix "causes causes" → "causes" in v4_21_0, v4_22_0 - Fix "error error" → "error" in v4_27_0 Documentation: - Fix "section section" → "section" in Namespaces.lean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove double space in namespace example - "this conflicts" → "these conflicts" - "There are an" → "There are" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR fixes various typos and grammar issues found across the reference manual: