From da8820e0106c1491b7a3f178edcbf0cae6834f32 Mon Sep 17 00:00:00 2001 From: farid Date: Sun, 18 Feb 2024 12:45:14 +0330 Subject: [PATCH] Fixed a typo within the basics/abi document --- 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.