Skip to content

Commit

Permalink
Merge pull request ethereum#2487 from jamesray1/patch-23
Browse files Browse the repository at this point in the history
Ref to getter function in docs/introduction-to-smart-contracts.rst
  • Loading branch information
chriseth authored Aug 11, 2017
2 parents 20540bc + 8a19b2f commit 0fab0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction-to-smart-contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ too far, though, as it is neither possible to obtain a list of all keys of
a mapping, nor a list of all values. So either keep in mind (or
better, keep a list or use a more advanced data type) what you
added to the mapping or use it in a context where this is not needed,
like this one. The getter function created by the ``public`` keyword
like this one. The :ref:`getter function<getter-functions>` created by the ``public`` keyword
is a bit more complex in this case. It roughly looks like the
following::

Expand Down

0 comments on commit 0fab0ed

Please sign in to comment.