Skip to content

Commit 93f981b

Browse files
authored
accounts/abi: fix typo in comment (#25271)
1 parent e108d36 commit 93f981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/selector_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func ParseSelector(unescapedSelector string) (SelectorMarshaling, error) {
166166
return SelectorMarshaling{}, fmt.Errorf("failed to parse selector '%s': unexpected string '%s'", unescapedSelector, rest)
167167
}
168168

169-
// Reassemble the fake ABI and constuct the JSON
169+
// Reassemble the fake ABI and construct the JSON
170170
fakeArgs, err := assembleArgs(args)
171171
if err != nil {
172172
return SelectorMarshaling{}, fmt.Errorf("failed to parse selector: %v", err)

0 commit comments

Comments
 (0)