From 0dd40d2ad2a295671b22dcedc4dfa10dce96255c Mon Sep 17 00:00:00 2001 From: mmqxyz <127844428+mmqxyz@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:12:56 +0100 Subject: [PATCH] Fix small typos in abi-spec.rst --- docs/abi-spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 44988c8dc..dd798c0a3 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -581,7 +581,7 @@ An event description is a JSON object with fairly similar fields: * ``name``: the name of the parameter. * ``type``: the canonical type of the parameter (more below). * ``components``: used for tuple types (more below). - * ``indexed``: ``true`` if the field is part of the log's topics, ``false`` if it one of the log's data segment. + * ``indexed``: ``true`` if the field is part of the log's topics, ``false`` if it is one of the log's data segments. - ``anonymous``: ``true`` if the event was declared as ``anonymous``.