Fix typos in comments and docstrings - #691
Merged
Merged
Conversation
Comment-only changes, except for the signature line in the docstring for `Integral()`, which read `Intergral()`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
These are user-visible strings, and the same message in src/Caching/ragged.jl already spells it correctly. Co-Authored-By: Claude Opus 5 (1M context) <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.
Spell-check pass over the comments, docstrings and markdown in the package: 52 fixes across 32 files.
All are comment-only, with one exception — the signature line inside the docstring for
Integral()readso the typo was user-visible in
?Integral.The rest are ordinary misspellings in comments:
overriden/overrided→overridden,lexigraphically→lexicographically,presidence→precedence,avaiable→available,broacast/broadcase→broadcast,unino→union,szie→size, and so on.A few candidates were deliberately left alone:
src/specialfunctions.jl:175—# depice before doing op, on thePiecewiseSpacemethod that splits aFuninto components; this reads like a deliberate coinage ("de-piece") rather than a typo.src/specialfunctions.jl:632—chebfun/@chebteck/roots.m; upstream Chebfun's directory is@chebtech, but this sits inside a copied attribution block.src/Operators/banded/CalculusOperator.jl:128— the section header## Overrideable; "Overridable" is the more standard spelling, but this is a bare header rather than prose.csrt,irts) and doctest variables (twox), which are identifiers rather than prose.Pkg.test("ApproxFunBase")passes.🤖 Generated with Claude Code