diff options
author | James Ray <james.ray0001@gmail.com> | 2017-07-28 09:30:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 09:30:53 +0800 |
commit | bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88 (patch) | |
tree | ca07c195799586d2c3e2ccd96d71d6ad4b1cf386 | |
parent | 53f747b7ded3610802582448257b25e87442bebb (diff) | |
download | dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.gz dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.bz2 dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.lz dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.xz dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.tar.zst dexon-solidity-bc8d7d4a5d61f5526a8d2bd5ff7bd2ac706cbf88.zip |
Updated link for getter-functions
-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 ================ |