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

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Fix typos #941

wants to merge 4 commits into from

Conversation

teenager-ETH
Copy link

Fix Typos in Multiple Files

Description

This pull request fixes minor typos across three files in the repository to improve code readability and maintainability.

Changes Made

  1. File: component.rs

    • Fixed a typo in the error message:
      Before: "Preprocessed column {:?} is missing from static alloction"
      After: "Preprocessed column {:?} is missing from static allocation"
  2. File: degree.rs

    • Fixed a typo in the comment:
      Before: "mathematically correcy -infinity. This means, for example, that expresisons of the"
      After: "mathematically correct -infinity. This means, for example, that expressions of the"
  3. File: mod.rs

    • Fixed a typo in the comment:
      Before: "Each row contains a seperate Fibonacci sequence of length 'N'"
      After: "Each row contains a separate Fibonacci sequence of length 'N'"

Motivation

Correcting these typos ensures that the codebase adheres to high documentation standards and reduces potential confusion for contributors and maintainers.

Checklist

  • Verified changes locally.
  • Updated comments for clarity.
  • No functional changes made; this is a non-breaking update.

@reviewable-StarkWare
Copy link

This change is Reviewable

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