diff options
author | chriseth <chris@ethereum.org> | 2016-08-12 22:00:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 22:00:17 +0800 |
commit | 4706f96eeb1406d22a0495056e854a117b4c598d (patch) | |
tree | 0c6cc4b0a50f65b048251c73d7bb8bac999c1ed2 | |
parent | c389f894b569dda3841cb0d076e28b8fa5725bf7 (diff) | |
parent | 76f5c67dcc2569acd265718daa51de74d26802b4 (diff) | |
download | dexon-solidity-4706f96eeb1406d22a0495056e854a117b4c598d.tar.gz dexon-solidity-4706f96eeb1406d22a0495056e854a117b4c598d.tar.zst dexon-solidity-4706f96eeb1406d22a0495056e854a117b4c598d.zip |
Merge pull request #884 from mocamircea/patch-4
Update units-and-global-variables.rst
-rw-r--r-- | docs/units-and-global-variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 8b8f4daa..c8ac8d12 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -14,7 +14,7 @@ A literal number can take a suffix of ``wei``, ``finney``, ``szabo`` or ``ether` Time Units ========== -Suffixes of ``seconds``, ``minutes``, ``hours``, ``days``, ``weeks`` and +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: |