From c6daf30b7dcaad82a0630f119edb1b4b2deff800 Mon Sep 17 00:00:00 2001 From: midinas Date: Tue, 24 Nov 2020 16:44:35 -1000 Subject: [PATCH] Update docs abi-spec.rst Fixed description of enum. --- 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 bf5c0dbaf..245b6ba8f 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -112,7 +112,7 @@ them. |:ref:`enum` |smallest ``uint`` type that is large enough to hold all values | | | | | |For example, an ``enum`` of 256 values or less is mapped to ``uint8`` and | -| |an ``enum`` of 256 values is mapped to ``uint16``. | +| |an ``enum`` of more than 256 values is mapped to ``uint16``. | +-------------------------------+-----------------------------------------------------------------------------+ |:ref:`struct` |``tuple`` | +-------------------------------+-----------------------------------------------------------------------------+