aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorPi Delport <pjdelport@gmail.com>2016-06-20 22:16:10 +0800
committerGitHub <noreply@github.com>2016-06-20 22:16:10 +0800
commitd9ee41f4a80746164242976a5cb344a67dd63ab5 (patch)
treecb1ab318e1cdc40debcc616e34c2cb7861d5db02 /docs/units-and-global-variables.rst
parent5917c8e7da762f1d8aebd11c0a21934a0ca3bd9e (diff)
downloaddexon-solidity-d9ee41f4a80746164242976a5cb344a67dd63ab5.tar.gz
dexon-solidity-d9ee41f4a80746164242976a5cb344a67dd63ab5.tar.zst
dexon-solidity-d9ee41f4a80746164242976a5cb344a67dd63ab5.zip
Add missing inline code tag
Diffstat (limited to 'docs/units-and-global-variables.rst')
-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``