Merge pull request #2658 from jamesray1/patch-8

Updated link for getter-functions for consistency in docs/contracts.rst
This commit is contained in:
chriseth 2017-07-31 11:41:23 +02:00 committed by GitHub
commit 223261893a

View File

@ -246,7 +246,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value
}
.. index:: ! getter;function, ! function;getter
.. _getter_functions:
.. _getter-functions:
Getter Functions
================