aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-30 03:47:31 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-30 03:47:31 +0800
commitce454000606f0c4bbf66a5bfb13547f7fb2c32ec (patch)
treeee8826bcd0a481a524b6c00aa921a5fc36c4b241 /docs/units-and-global-variables.rst
parent5b790fbfecaecdc77c8457a03cf4da4b709c9c94 (diff)
downloaddexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar.gz
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar.bz2
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar.lz
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar.xz
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.tar.zst
dexon-solidity-ce454000606f0c4bbf66a5bfb13547f7fb2c32ec.zip
Fix typo from second to seconds
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 d1d578ed..64ee3408 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -18,7 +18,7 @@ Suffixes like ``seconds``, ``minutes``, ``hours``, ``days``, ``weeks`` and
``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``
+ * ``1 == 1 seconds``
* ``1 minutes == 60 seconds``
* ``1 hours == 60 minutes``
* ``1 days == 24 hours``