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 grammar in comments and documentation #1448

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Marcofann
Copy link

This pull request corrects grammatical errors in comments and documentation files across multiple modules. Specifically, it replaces instances of "a" with "an" where appropriate (e.g., before words starting with a vowel sound). The changes improve the readability and professionalism of the codebase.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Contents

This PR contains:

  • Fixed grammar in comments and documentation:
    • Replaced "a evm" with "an evm" in tests.rs.
    • Replaced "an new instance" with "a new instance" in storage.rs and transient_storage.rs.
    • Replaced "a Ethereum block" with "an Ethereum block" in geth_types.rs.
    • Replaced "a RPC node" with "an RPC node" in readme.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant