mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2201 from FedericoCapello/patch-1
Update units-and-global-variables.rst (Typo)
This commit is contained in:
commit
1b15291af2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user