mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 20:46:40 +00:00
eth/filters: fix typo in comment (#26515)
This commit is contained in:
parent
297ec0669d
commit
97401b6c63
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ type filter struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// FilterAPI offers support to create and manage filters. This will allow external clients to retrieve various
|
// 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 {
|
type FilterAPI struct {
|
||||||
sys *FilterSystem
|
sys *FilterSystem
|
||||||
events *EventSystem
|
events *EventSystem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue