aboutsummaryrefslogtreecommitdiffstats
path: root/docs/solidity-by-example.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-25 00:20:15 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-30 21:44:33 +0800
commitb3669e639428beddd9405d3359adcf2d02e7b789 (patch)
tree510b723c985eb35488ce7a7c85e1f0b729396929 /docs/solidity-by-example.rst
parentd87627e6ee07716824e9b01543915c6c41171eb8 (diff)
downloaddexon-solidity-b3669e639428beddd9405d3359adcf2d02e7b789.tar.gz
dexon-solidity-b3669e639428beddd9405d3359adcf2d02e7b789.tar.zst
dexon-solidity-b3669e639428beddd9405d3359adcf2d02e7b789.zip
Corrected solidity-by-example.rst
Fixed inline code syntax
Diffstat (limited to 'docs/solidity-by-example.rst')
-rw-r--r--docs/solidity-by-example.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst
index 12c02eb9..cea18c0b 100644
--- a/docs/solidity-by-example.rst
+++ b/docs/solidity-by-example.rst
@@ -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.