diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/types.rst b/docs/types.rst index 52d07be8..ea8b0e18 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -557,7 +557,7 @@ So ``bytes`` should always be preferred over ``byte[]`` because it is cheaper. that you are accessing the low-level bytes of the UTF-8 representation, and not the individual characters! -It is possible to mark arrays ``public`` and have Solidity create a _`[getter](https://solidity.readthedocs.io/en/develop/contracts.html#getter-functions)`_. +It is possible to mark arrays ``public`` and have Solidity create a :ref:`getters <visibility-and-getters>`. The numeric index will become a required parameter for the getter. .. index:: ! array;allocating, new |