Skip to content

Commit

Permalink
docs: fixed typo in abi basics (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 1, 2024
1 parent b1f6737 commit f3e07f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/basics/abi.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f3e07f3

Please sign in to comment.