diff options
-rw-r--r-- | docs/structure-of-a-contract.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 2e121847..0968ffc8 100644 --- a/docs/structure-of-a-contract.rst +++ b/docs/structure-of-a-contract.rst @@ -80,7 +80,7 @@ Events are convenience interfaces with the EVM logging facilities. :: - contract SimpleAuction { + contract SimpleAuction { event HighestBidIncreased(address bidder, uint amount); // Event function bid() { |