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

chore(docs): fix incorrect usage of 'a' and 'an' across various files #65

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

Conversation

Pricstas
Copy link

This pull request addresses typos in the documentation by correcting the usage of the articles "a" and "an" in several files.

  • File: snark-verifier/src/loader/halo2/shim.rs

    • Changed "Assign a elliptic curve point constant" to "Assign an elliptic curve point constant."
    • Changed "Assign a elliptic curve point witness" to "Assign an elliptic curve point witness."
  • File: snark-verifier/src/pcs/kzg/accumulator.rs

    • Changed "Instructions to encode/decode a elliptic curve point into/from limbs" to "Instructions to encode/decode an elliptic curve point into/from limbs."
  • File: snark-verifier/src/util/transcript.rs

    • Changed "Read a elliptic curve point" to "Read an elliptic curve point."
    • Changed "Write a elliptic curve point" to "Write an elliptic curve point."

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