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 spelling and grammar #509

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

Conversation

donatik27
Copy link

  1. File: contracts/samples/bls/lib/hubble-contracts/contracts/libs/ModExp.sol
    Old: @title Compute Squre Root by Modular Exponentiation
    New: @title Compute Square Root by Modular Exponentiation
    Reason: Corrected the spelling of "Squre" to "Square" for clarity and accuracy.

  2. File: contracts/samples/bls/lib/hubble-contracts/contracts/libs/BLS.sol
    Old: // Negated genarator of G2
    New: // Negated generator of G2
    Reason: Corrected the spelling of "genarator" to "generator" to ensure proper terminology.

  3. File: contracts/samples/bls/BLSSignatureAggregator.sol
    Old: * First it validates the signature over the userOp. then it return data to be used when creating the handleOps:
    New: * First it validates the signature over the userOp, then it returns data to be used when creating the handleOps:
    Reason: Added a comma for better sentence structure and changed "return" to "returns" for grammatical correctness.

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