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

This commit is contained in:
Paul
2023-01-17 23:29:08 +01:00
committed by GitHub
parent 297ec0669d
commit 97401b6c63
+1 -1
View File
@@ -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