Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant