From 77e4f9c8fc5bb9e9adfde4ed1f59292852eb2ced Mon Sep 17 00:00:00 2001 From: James Ray Date: Fri, 30 Jun 2017 19:24:39 +1000 Subject: Changed URL for getter to a ref --- 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 ea8b0e18..7fcec508 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -806,7 +806,7 @@ Because of this, mappings do not have a length or a concept of a key or value be Mappings are only allowed for state variables (or as storage reference types in internal functions). -It is possible to mark mappings ``public`` and have Solidity create a `_getter `. +It is possible to mark mappings ``public`` and have Solidity create a :ref:`getters `. The ``_KeyType`` will become a required parameter for the getter and it will return ``_ValueType``. -- cgit v1.2.3