Skip to content

Commit

Permalink
fix: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Dec 24, 2024
1 parent e494e60 commit f33c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/selector.libevm.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (m Method) Selector() Selector {
// representation. The key MUST be equivalent to the value's [Method.Selector].
type MethodsBySelector map[Selector]Method

// BySelector returns the the [Method]s keyed by their Selectors.
// MethodsBySelector returns the [Method]s keyed by their Selectors.
func (a *ABI) MethodsBySelector() MethodsBySelector {
ms := make(MethodsBySelector)
for _, m := range a.Methods {
Expand Down

0 comments on commit f33c339

Please sign in to comment.