eth/filters: fix typo in comment (#26515)

pull/26519/head
Paul 2 years ago committed by GitHub
parent 297ec0669d
commit 97401b6c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eth/filters/api.go

@ -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

Loading…
Cancel
Save