diff options
author | Mircea Moca <mocamircea@gmail.com> | 2016-08-12 21:33:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 21:33:22 +0800 |
commit | 76f5c67dcc2569acd265718daa51de74d26802b4 (patch) | |
tree | 0c6cc4b0a50f65b048251c73d7bb8bac999c1ed2 /docs/units-and-global-variables.rst | |
parent | c389f894b569dda3841cb0d076e28b8fa5725bf7 (diff) | |
download | dexon-solidity-76f5c67dcc2569acd265718daa51de74d26802b4.tar.gz dexon-solidity-76f5c67dcc2569acd265718daa51de74d26802b4.tar.zst dexon-solidity-76f5c67dcc2569acd265718daa51de74d26802b4.zip |
Update units-and-global-variables.rst
"Suffixes of" is wrong and misleading. "seconds", "minutes" etc. are suffixes of literal numbers.
Diffstat (limited to 'docs/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: |