Update structure-of-a-contract.rst

Changed a non-space whitespace character to a space
This commit is contained in:
Denton Liu 2016-05-05 13:28:45 -04:00 committed by Denton Liu
parent 768b778615
commit 6c3e78a3d8

View File

@ -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() {