diff options
author | michaltrzesimiech <michal.trzesimiech@gmail.com> | 2016-03-26 15:48:15 +0800 |
---|---|---|
committer | michaltrzesimiech <michal.trzesimiech@gmail.com> | 2016-03-26 15:48:15 +0800 |
commit | d9158fd7ab662a2e65547674762cc29fba060bda (patch) | |
tree | 3eea25e77f2fd07c9f2ff5a5dd828aed6019c42e /docs/structure-of-a-contract.rst | |
parent | c994458a94168a4fc1c20cf3e5fd76ab3bb3e3a3 (diff) | |
download | dexon-solidity-d9158fd7ab662a2e65547674762cc29fba060bda.tar.gz dexon-solidity-d9158fd7ab662a2e65547674762cc29fba060bda.tar.zst dexon-solidity-d9158fd7ab662a2e65547674762cc29fba060bda.zip |
Deleting redundant line
Diffstat (limited to 'docs/structure-of-a-contract.rst')
-rw-r--r-- | docs/structure-of-a-contract.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 2f31e5a7..2e121847 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -71,8 +71,6 @@ Function modifiers can be used to amend the semantics of functions in a declarat } } -See into the section on :ref:`contracts` for a more in-depth explanation. - .. _structure-events: Events |