aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-07 17:38:56 +0800
committerGitHub <noreply@github.com>2018-06-07 17:38:56 +0800
commitddd256a607394edecfd9c0e55e58c84ab8a704ea (patch)
treed3b0cbd363ac788e3529c9606bc08635290fc743
parent24ca596c66ce93b3c1c5de530709ae491322275d (diff)
parent765241a15455d36fbfc4410bd457b315a96b9563 (diff)
downloaddexon-solidity-ddd256a607394edecfd9c0e55e58c84ab8a704ea.tar.gz
dexon-solidity-ddd256a607394edecfd9c0e55e58c84ab8a704ea.tar.zst
dexon-solidity-ddd256a607394edecfd9c0e55e58c84ab8a704ea.zip
Merge pull request #4243 from feliam/patch-3
Update abi-spec.rst
-rw-r--r--docs/abi-spec.rst3
1 files changed, 1 insertions, 2 deletions
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:
- ``<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``