aboutsummaryrefslogtreecommitdiffstats
path: root/docs/solidity-by-example.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-31 00:43:40 +0800
committerchriseth <c@ethdev.com>2016-05-31 00:43:40 +0800
commit4be92c0c39b62547b67ebf75e617abab1ea8b454 (patch)
treee723698a595d6f4f2f07bb0150ea8fef00825dc9 /docs/solidity-by-example.rst
parenteb57a0c397748fd7fe4f899d5bf8a79290501405 (diff)
parentd0a0e4f3d2f70e7957254987261c10807ed963e4 (diff)
downloaddexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar.gz
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar.bz2
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar.lz
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar.xz
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.tar.zst
dexon-solidity-4be92c0c39b62547b67ebf75e617abab1ea8b454.zip
Merge pull request #596 from Denton-L/docs-inline-syntax
Corrected inline syntax in documentation
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..52ce9849 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, ``winningProposal()``
will return the proposal with the largest number
of votes.