From 6c3e78a3d842ad0bbb9ab73010df8507ccf09047 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 5 May 2016 13:28:45 -0400 Subject: [PATCH] Update structure-of-a-contract.rst Changed a non-space whitespace character to a space --- docs/structure-of-a-contract.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/structure-of-a-contract.rst b/docs/structure-of-a-contract.rst index 2e1218470..0968ffc8f 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() {