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 Typo in abi.go #38

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

Conversation

Hack666r
Copy link

Pull Request: Fix Typo in abi.go

Description

This pull request corrects a minor typo in the abi.go file:

  • Changed "invocable methods" to "invocable methods" to maintain consistency in the terminology.

Changes

  • File: accounts/abi/abi.go
    • Original: // invocable methods. It will allow you to type check function calls and
    • Updated: // invocable methods. It will allow you to type check function calls and

Motivation and Context

This change corrects a small error in the documentation, ensuring it is clear and consistent for developers working with the ABI.

Checklist

  • I have reviewed the changes for correctness.
  • I have updated the documentation where necessary.
  • My changes do not introduce new issues.

Notes

  • This change is purely a documentation update and does not affect the code's functionality.
  • Thank you for reviewing this pull request!

Signed-off-by: Hack666r <bet.middle_9d@icloud.com>
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