Skip to content
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

Port accumulated typos-PRs branch to main #214

Merged
merged 9 commits into from
Feb 24, 2025
Merged

Port accumulated typos-PRs branch to main #214

merged 9 commits into from
Feb 24, 2025

Conversation

arnaucube
Copy link
Collaborator

Over these past 3 months, there has been a bit of an increase of PRs "fixing typos" (mostly 'airdrop-farming' aspirations). I've been tagging them with the label typos, merging them in a separate branch (typos-aggr) and keeping that branch up-to-date (rebasing to main at new main commits to keep the typos-aggr branch up-to-date to avoid potential git-conflicts), with the idea of every some months merging it all-together in a single PR to the main branch.

We have now 10 different PRs accumulated there (including the pending PR #207 ), so might be a good moment to port it to the main branch, hence this PR.

operagxsasha and others added 9 commits November 19, 2024 20:59
There is a typo in the text
* Update nimfs.rs

* Update utils.rs

---------
Corrected preposition in the solidity-verifiers description
* Update README.md

* Update README.md

* Update README.md
* typo kzg.rs

* typo virtual_polynomial.rs

* typo gadgets.rs

* typo nova.rs
* Update main.rs

* Fix rustfmt errors

---------

Co-authored-by: Игорь <igor@MacBook-Pro.local>
* Fix spelling kzg.rs

* Fix spelling virtual_polynomial.rs

* Fix spelling gadgets.rs
@arnaucube arnaucube requested a review from winderica February 20, 2025 09:36
Copy link
Collaborator

@winderica winderica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for maintaining this branch and keeping it updated!

It is great that we already have a spell checker in our CI, and I plan to add a grammar checker (e.g., https://github.com/Automattic/harper) as well, so we hopefully no longer need to manually review these typo/grammar related PRs.

@winderica winderica added this pull request to the merge queue Feb 24, 2025
Merged via the queue into main with commit 84336de Feb 24, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.