2
0
mirror of synced 2025-02-23 11:38:42 +00:00

Fixed typo in docs (#976).

This commit is contained in:
Richard Moore 2020-08-20 16:51:41 -04:00
parent be273f26e9
commit e9009631d5
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -178,7 +178,7 @@ _subsection: Meta-Class Filters @NOTE<(added at Runtime)>
Since the Contract is a Meta-Class, the methods available here depend
on the ABI which was passed into the **Contract**.
_property: erc20.filters.Transafer([ fromAddress [ , toAddress ] ]) => Filter
_property: erc20.filters.Transfer([ fromAddress [ , toAddress ] ]) => Filter
Returns a new Filter which can be used to [query](erc20-queryfilter) or
to [subscribe/unsubscribe to events](erc20-events).