Skip to content

Commit faffe3e

Browse files
Update docs/abi-spec.rst
Co-authored-by: Daniel Kirchner <[email protected]>
1 parent ddea589 commit faffe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/abi-spec.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ on the type of ``X`` being
193193

194194
``enc(X) = enc(k) enc((X[0], ..., X[k-1]))``
195195

196-
i.e. it is encoded as if it were an array of static size ``k``, prefixed with
196+
i.e. it is encoded as if it were a tuple with ``k`` elements of the same type (resp. an array of static size ``k``), prefixed with
197197
the number of elements.
198198

199199
- ``bytes``, of length ``k`` (which is assumed to be of type ``uint256``):

0 commit comments

Comments
 (0)