From 6e47ca1edacdc03abd03a44ae00a9e3ea94afc69 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 22 Aug 2018 12:08:25 +0200 Subject: Link and clarify ABI type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove rogue ā€™sā€™ Clarify wording Revert other changes and just add link --- docs/types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/types.rst b/docs/types.rst index dfe77728..50a2dc60 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -801,7 +801,7 @@ Arrays can have a compile-time fixed size or they can be dynamic. The are few restrictions for the element, it can also be another array, a mapping or a struct. The general restrictions for types apply, though, in that mappings can only be used in storage -and publicly-visible functions need parameters that are ABI types. +and publicly-visible functions need parameters that are :ref:`ABI types `. An array of fixed size ``k`` and element type ``T`` is written as ``T[k]``, an array of dynamic size as ``T[]``. As an example, an array of 5 dynamic -- cgit v1.2.3