Skip to content

Commit

Permalink
eth/filters: fix typo in comment (#26515)
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 authored Jan 17, 2023
1 parent 297ec06 commit 97401b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/filters/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type filter struct {
}

// FilterAPI offers support to create and manage filters. This will allow external clients to retrieve various
// information related to the Ethereum protocol such als blocks, transactions and logs.
// information related to the Ethereum protocol such as blocks, transactions and logs.
type FilterAPI struct {
sys *FilterSystem
events *EventSystem
Expand Down

0 comments on commit 97401b6

Please sign in to comment.