aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-03-29 18:48:40 +0800
committerchriseth <c@ethdev.com>2016-03-29 18:48:40 +0800
commit5dd81360a9a53652f4f57677d76419f92a3ff856 (patch)
tree6022a94c1482e46c5e65670d2dcc549fb540ec3c
parentdc536004a44ee91b9196c9d51ed317ba86300ead (diff)
parentd9158fd7ab662a2e65547674762cc29fba060bda (diff)
downloaddexon-solidity-5dd81360a9a53652f4f57677d76419f92a3ff856.tar.gz
dexon-solidity-5dd81360a9a53652f4f57677d76419f92a3ff856.tar.zst
dexon-solidity-5dd81360a9a53652f4f57677d76419f92a3ff856.zip
Merge pull request #453 from michaltrzesimiech/patch-1
Update structure-of-a-contract.rst
-rw-r--r--docs/structure-of-a-contract.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst
index 9910452f..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
}
}
- in the section on contracts for a more in-depth explanation.
-
.. _structure-events:
Events