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 in documentation and error messages #112

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

Conversation

donatik27
Copy link

Changes

1. In groth16/src/lib.rs:

  • Old: /// Copy of IC from 'VerifiyingKey'
  • New: /// Copy of IC from 'VerifyingKey'

2. In CHANGELOG.md:

  • Old: Groth16 prover now correctly computes query densitites
  • New: Groth16 prover now correctly computes query densities

Motivation

These changes fix spelling errors to improve code readability and documentation accuracy:

  1. "VerifiyingKey" had an extra 'i' which was incorrect
  2. "densitites" was misspelled and should be "densities"

The corrections ensure consistent and professional documentation throughout the codebase.

Type of change

  • Documentation update
  • Bug fix (non-breaking change which fixes typos)

Testing

No testing required as these are documentation-only changes.

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