From 49f5bc7ce946bb2100406b0fb20d3e73d3da4292 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Tue, 24 May 2016 13:57:36 -0400 Subject: Changed inline code syntax Changed from :code:`` to ```` --- docs/solidity-by-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/solidity-by-example.rst') diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst index cea18c0b..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, :code:`winningProposal()` +At the end of the voting time, ``winningProposal()`` will return the proposal with the largest number of votes. -- cgit v1.2.3