Skip to content

Commit

Permalink
fix per review
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassive authored Sep 9, 2022
1 parent a39bce0 commit ddea589
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 @@ -191,7 +191,7 @@ on the type of ``X`` being

- ``T[]`` where ``X`` has ``k`` elements (``k`` is assumed to be of type ``uint256``):

``enc(X) = enc(k) enc(([X[0], ..., X[k-1]]))``
``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
the number of elements.
Expand Down

0 comments on commit ddea589

Please sign in to comment.