From 765241a15455d36fbfc4410bd457b315a96b9563 Mon Sep 17 00:00:00 2001 From: feliam Date: Wed, 6 Jun 2018 18:40:26 -0300 Subject: Update abi-spec.rst An infinite number of items in the sequence of types? ?? A negative number of type in the sequence ?? --- docs/abi-spec.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/abi-spec.rst') diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst index 8591a07f..856284db 100644 --- a/docs/abi-spec.rst +++ b/docs/abi-spec.rst @@ -72,8 +72,7 @@ The following non-fixed-size types exist: - ``[]``: 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`` -- cgit