mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update units-and-global-variables.rst
Coherence -> at the bottom of the document Wei is used several times, not "wei".
This commit is contained in:
parent
c389f894b5
commit
6615487266
@ -7,7 +7,7 @@ Units and Globally Available Variables
|
||||
Ether Units
|
||||
===========
|
||||
|
||||
A literal number can take a suffix of ``wei``, ``finney``, ``szabo`` or ``ether`` to convert between the subdenominations of Ether, where Ether currency numbers without a postfix are assumed to be "wei", e.g. ``2 ether == 2000 finney`` evaluates to ``true``.
|
||||
A literal number can take a suffix of ``wei``, ``finney``, ``szabo`` or ``ether`` to convert between the subdenominations of Ether, where Ether currency numbers without a postfix are assumed to be Wei, e.g. ``2 ether == 2000 finney`` evaluates to ``true``.
|
||||
|
||||
.. index:: time, seconds, minutes, hours, days, weeks, years
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user