Fix miscellaneous documentation typos and grammatical errors - #3019
Open
buildwithsuhana wants to merge 1 commit into
Open
Fix miscellaneous documentation typos and grammatical errors#3019buildwithsuhana wants to merge 1 commit into
buildwithsuhana wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request corrects several minor grammatical errors and typos across various files, including fixing duplicate words (such as 'to to' and 'and and') and correcting indefinite articles (such as 'a int' to 'an int', 'a obscure' to 'an obscure', and 'a array' to 'an array') in docstrings and comments. There are no review comments, and we have no additional feedback to provide.
buildwithsuhana
force-pushed
the
fix-documentation-typos
branch
3 times, most recently
from
August 28, 2026 13:36
c11dea3 to
7f99beb
Compare
buildwithsuhana
force-pushed
the
fix-documentation-typos
branch
from
August 28, 2026 14:09
7f99beb to
87daf66
Compare
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.
Description of the change
This PR corrects several minor typos and grammatical errors found in docstrings, comments, and documentation across the repository to improve clarity and professional quality.
Summary of changes:
Checklist