Fixed a typo within the basics/abi document

This commit is contained in:
farid 2024-02-18 12:45:14 +03:30
parent ad5f1c5fc7
commit da8820e010

View File

@ -62,7 +62,7 @@ _subsection: Event Data Representation
When an Event is emitted from a contract, there are two places data is
logged in a Log: the **topics** and the **data**.
An additonal fee is paid for each **topic**, but this affords a topic
An additional fee is paid for each **topic**, but this affords a topic
to be indexed in a bloom filter within the block, which allows efficient
filtering.