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 #541

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix typos #541

wants to merge 2 commits into from

Conversation

teenager-ETH
Copy link

Fix Typos in Documentation and Code Comments

Description

This pull request fixes minor typos in the following files:

  1. Documentation (proof-size-breakdown.md):

    • Corrected "prodcuts" → "products".
  2. Code Comment (remu.rs):

    • Fixed the typo in the comment:
      • "divison" → "division".

These are editorial changes that do not impact functionality.

Changes Made

File: book/src/future/proof-size-breakdown.md

  • Fixed "prodcuts" to "products".

File: jolt-core/src/jolt/instruction/remu.rs

  • Corrected a comment typo: "divison" → "division".

Checklist

  • Documentation is typo-free.
  • Code comments are clear and grammatically correct.
  • No functional changes were made to the codebase.

Additional Notes

These changes are small but help improve the quality of the documentation and code readability.

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