Changed inline code syntax

Changed from :code:`<inline>` to ``<inline>``
This commit is contained in:
Denton Liu
2016-05-30 09:44:33 -04:00
parent 652bb0e8c1
commit 49f5bc7ce9
12 changed files with 456 additions and 456 deletions
+1 -1
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, :code:`winningProposal()`
At the end of the voting time, ``winningProposal()``
will return the proposal with the largest number
of votes.