Skip to content

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