Skip to content

Commit

Permalink
Fix small typos in abi-spec.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mmqxyz committed Mar 20, 2023
1 parent e7ec40b commit 0dd40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/abi-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 0dd40d2

Please sign in to comment.