Update solidity-by-example.rst

added the space. Sorry, just slipped my mind.
This commit is contained in:
varunagarwal315 2016-11-03 22:25:19 +05:30 committed by GitHub
parent 38e0b0a5fa
commit 364698255a

View File

@ -171,9 +171,9 @@ of votes.
} }
} }
//Calls winningProposal() function to get the index // Calls winningProposal() function to get the index
//of the winner contained in the proposals array and then // of the winner contained in the proposals array and then
//returns the name of the winner // returns the name of the winner
function winnerName() constant function winnerName() constant
returns (bytes32 winnerName) returns (bytes32 winnerName)
{ {