aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-08-12 22:17:13 +0800
committerGitHub <noreply@github.com>2016-08-12 22:17:13 +0800
commitc5203344a007c25d50cdf66ee23cb5fbdf74dae0 (patch)
tree046c2752d6e247699d03b417643e9bdc42efe314 /docs/units-and-global-variables.rst
parent4706f96eeb1406d22a0495056e854a117b4c598d (diff)
parent6615487266b55a818e40fedde54b744e2dd8a8a7 (diff)
downloaddexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar.gz
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar.bz2
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar.lz
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar.xz
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.tar.zst
dexon-solidity-c5203344a007c25d50cdf66ee23cb5fbdf74dae0.zip
Merge pull request #886 from mocamircea/patch-6
Update units-and-global-variables.rst
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index c8ac8d12..62b9158d 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -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