Update docs/abi-spec.rst

Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
This commit is contained in:
Anton Paymyshev 2022-09-09 18:38:49 +07:00 committed by GitHub
parent ddea589ffc
commit faffe3e0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ on the type of ``X`` being
``enc(X) = enc(k) enc((X[0], ..., X[k-1]))``
i.e. it is encoded as if it were an array of static size ``k``, prefixed with
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
the number of elements.
- ``bytes``, of length ``k`` (which is assumed to be of type ``uint256``):