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

Typo fix ops.go #406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

petryshkaCODE
Copy link

Description

This pull request fixes a typo in the ops.go file:

  • Corrected "preform" to "perform" in the function comment for doHash.

Changes Made

  • File Modified: ops.go
    • Updated the comment:
      From: doHash will preform the specified hash on the preimage.
      To: doHash will perform the specified hash on the preimage.

Rationale

Fixing typos in comments improves code clarity and professionalism, ensuring the documentation is accurate and easy to understand for developers.

Checklist

  • Verified that the typo fix does not affect the code logic or functionality.
  • Ensured no additional typos exist in the surrounding code.
  • Reviewed the repository's security policy.

Notes

  • Contributions align with the repository's security policy.
  • Allowing edits by maintainers for any required adjustments.

Let me know if there are further changes or improvements needed!

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