Merge pull request #4243 from feliam/patch-3

Update abi-spec.rst
This commit is contained in:
chriseth 2018-06-07 11:38:56 +02:00 committed by GitHub
commit ddd256a607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,7 @@ The following non-fixed-size types exist:
- ``<type>[]``: a variable-length array of elements of the given type.
Types can be combined to a tuple by enclosing a finite non-negative number
of them inside parentheses, separated by commas:
Types can be combined to a tuple by enclosing them inside parentheses, separated by commas:
- ``(T1,T2,...,Tn)``: tuple consisting of the types ``T1``, ..., ``Tn``, ``n >= 0``