Unverified Commit 97401b6c authored by Paul's avatar Paul Committed by GitHub

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

parent 297ec066
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment