diff options
author | chriseth <chris@ethereum.org> | 2017-07-31 17:41:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 17:41:23 +0800 |
commit | 223261893a7f44ccb88f1a07a724e6ab032b7cbc (patch) | |
tree | 8057c4d7770f2af5efe57a32a0fb19c753332ff6 | |
parent | 667514850600946f0273e8173bc7cf880c4511eb (diff) | |
parent | bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88 (diff) | |
download | dexon-solidity-223261893a7f44ccb88f1a07a724e6ab032b7cbc.tar.gz dexon-solidity-223261893a7f44ccb88f1a07a724e6ab032b7cbc.tar.zst dexon-solidity-223261893a7f44ccb88f1a07a724e6ab032b7cbc.zip |
Merge pull request #2658 from jamesray1/patch-8
Updated link for getter-functions for consistency in docs/contracts.rst
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index 4c3d4059..da797702 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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 ================ |