From 0da46f259f357c09303363147bb8b2cc738843f6 Mon Sep 17 00:00:00 2001 From: James Ray Date: Mon, 31 Jul 2017 20:35:29 +1000 Subject: :ref:`getter function` --- docs/miscellaneous.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 493e701b..6e5c1c9e 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -491,7 +491,7 @@ Function Visibility Specifiers return true; } -- ``public``: visible externally and internally (creates a :ref:`getter-functions` for storage/state variables) +- ``public``: visible externally and internally (creates a :ref:`getter function` for storage/state variables) - ``private``: only visible in the current contract - ``external``: only visible externally (only for functions) - i.e. can only be message-called (via ``this.func``) - ``internal``: only visible internally -- cgit v1.2.3