aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-20 22:27:53 +0800
committerGitHub <noreply@github.com>2016-06-20 22:27:53 +0800
commit9da08ac3101eaed04b06d34a8685d3fe52fcfb49 (patch)
treecb1ab318e1cdc40debcc616e34c2cb7861d5db02
parent5917c8e7da762f1d8aebd11c0a21934a0ca3bd9e (diff)
parentd9ee41f4a80746164242976a5cb344a67dd63ab5 (diff)
downloaddexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar.gz
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar.bz2
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar.lz
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar.xz
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.tar.zst
dexon-solidity-9da08ac3101eaed04b06d34a8685d3fe52fcfb49.zip
Merge pull request #675 from pjdelport/patch-3
Add missing inline code tag
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index 167c694d..8b8f4daa 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -15,7 +15,7 @@ Time Units
==========
Suffixes of ``seconds``, ``minutes``, ``hours``, ``days``, ``weeks`` and
-`years` after literal numbers can be used to convert between units of time where seconds are the base
+``years`` after literal numbers can be used to convert between units of time where seconds are the base
unit and units are considered naively in the following way:
* ``1 == 1 second``