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

Fix grammatical and spelling errors in documentation #521

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

donatik27
Copy link
Contributor

Changes

bindings/rust/build.rs

  • Old: // Do no generate layout tests.
  • New: // Do not generate layout tests.
    Reason: Corrected grammatical error by using proper negative form "do not" instead of incorrect "do no".

bindings/node.js/README.md

  • Old: * Verify a KZG poof claiming that p(z) == y.
  • New: * Verify a KZG proof claiming that p(z) == y.
    Reason: Fixed spelling error - "poof" to "proof" for technical accuracy.

bindings/java/README.md

  • Old: structure and name according your OS.
  • New: structure and name according to your OS.
    Reason: Added missing preposition "to" for grammatical correctness.

Summary

These changes improve documentation readability and professionalism by fixing grammatical and spelling errors. Proper technical terminology and grammar are important for maintaining high-quality documentation that is clear and accurate for all users.

The changes are minor text corrections that do not affect any functionality but make the documentation more polished and professional.

@jtraglia jtraglia merged commit 406f0b9 into ethereum:main Dec 2, 2024
37 of 38 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.

2 participants