From f3e07f36124ed39a6f0190ec880d11695de45bcf Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 30 Apr 2024 21:07:03 -0400 Subject: [PATCH] docs: fixed typo in abi basics (#4611) --- docs.wrm/basics/abi.wrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.wrm/basics/abi.wrm b/docs.wrm/basics/abi.wrm index 2eab2a7e92..a55480991f 100644 --- a/docs.wrm/basics/abi.wrm +++ b/docs.wrm/basics/abi.wrm @@ -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.