diff options
author | FedericoCapello <federico.capello@studenti.liceomascheroni.it> | 2017-05-02 02:05:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 02:05:25 +0800 |
commit | fabf15de9ec565213b7da8f1d190db3b00561c5d (patch) | |
tree | 04583bb942eb3b1f1de0620709e2a0278c356b85 /docs | |
parent | f33614e1f7c85126b8f1a6d007f5824f6dce237d (diff) | |
download | dexon-solidity-fabf15de9ec565213b7da8f1d190db3b00561c5d.tar.gz dexon-solidity-fabf15de9ec565213b7da8f1d190db3b00561c5d.tar.zst dexon-solidity-fabf15de9ec565213b7da8f1d190db3b00561c5d.zip |
Update units-and-global-variables.rst
Consistency of explanation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/units-and-global-variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index ab957c7d..246cc564 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -22,8 +22,8 @@ unit and units are considered naively in the following way: * ``1 minutes == 60 seconds`` * ``1 hours == 60 minutes`` * ``1 days == 24 hours`` - * ``1 weeks = 7 days`` - * ``1 years = 365 days`` + * ``1 weeks == 7 days`` + * ``1 years == 365 days`` Take care if you perform calendar calculations using these units, because not every year equals 365 days and not even every day has 24 hours |