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 Typos in Documentation and Code #2971

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

teenager-ETH
Copy link

Pull Request: Fix Typos in Documentation and Code

Description

This pull request addresses minor typo fixes across the following files:

  1. README.md
  2. fluffy/network/beacon/beacon_db.nim
  3. fluffy/network/wire/portal_protocol.nim

Changes Made:

1. README.md

  • Fixed the word "parellel""parallel" in the following sentence:

    "need to be cloned as _nimbus-eth1-blobs_ parellel to the _nimbus-eth1_ file system root."

2. beacon_db.nim

  • Corrected "continious""continuous" in the comment:

    "- that updates are continious i.e there is no period gaps"

3. portal_protocol.nim

  • Fixed two typos:
    • "enouch""enough" in the comment:

      "which will be small enouch to fit into discv5 limit."

    • "neccesarry""necessary" in the comment:

      "This is neccesarry as contentKeysLimit (64) is sometimes to[o] big."

Impact

These changes improve the clarity and readability of the comments and documentation, ensuring accurate technical descriptions.

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.

1 participant