docs: fixed typo (#1450).

This commit is contained in:
Richard Moore 2021-04-10 19:56:40 -04:00
parent bec066bcb5
commit a11602d066
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -164,7 +164,7 @@ _subsection: Solidity Topics @<events-solidity>
This is a quick (and non-comprehensive) overview of how events are computed
in Solidity.
This is likely out of the scope for most developers, but may be intersting
This is likely out of the scope for most developers, but may be interesting
to those who want to learn a bit more about the underlying technology.
Solidity provides two types of events, anonymous and non-anonymous. The