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 grammatical errors #914

Closed
wants to merge 3 commits into from
Closed

Conversation

Marcofann
Copy link

This pull request addresses grammatical issues in comments across the codebase, specifically related to the correct usage of articles ("a" vs. "an"). The affected files are:

  • ec/src/models/twisted_edwards/affine.rs
  • poly/src/domain/general.rs
  • poly/src/domain/utils.rs

Changes made:

  1. Replaced "an y-coordinate" with "a y-coordinate" in affine.rs.
  2. Replaced "a FFT-friendly finite field" with "an FFT-friendly finite field" in general.rs.
  3. Replaced "evaluations of a over the coset" with "evaluations of an over the coset" in utils.rs.

These changes improve the clarity and grammatical correctness of the code documentation.

@Marcofann Marcofann requested review from a team as code owners January 1, 2025 14:59
@Marcofann Marcofann requested review from Pratyush, mmagician and weikengchen and removed request for a team January 1, 2025 14:59
@mmaker mmaker closed this Jan 1, 2025
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