mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update solidity-by-example.rst
added the space. Sorry, just slipped my mind.
This commit is contained in:
parent
38e0b0a5fa
commit
364698255a
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user