Corrected solidity-by-example.rst

Fixed inline code syntax
This commit is contained in:
Denton Liu 2016-05-24 12:20:15 -04:00
parent d87627e6ee
commit b3669e6394

View File

@ -30,7 +30,7 @@ The persons behind the addresses can then choose
to either vote themselves or to delegate their
vote to a person they trust.
At the end of the voting time, `winningProposal()`
At the end of the voting time, :code:`winningProposal()`
will return the proposal with the largest number
of votes.