aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMircea Moca <mocamircea@gmail.com>2016-08-12 21:54:25 +0800
committerGitHub <noreply@github.com>2016-08-12 21:54:25 +0800
commit6615487266b55a818e40fedde54b744e2dd8a8a7 (patch)
treeb062e35213cef461fe5aa960231797aef58eca50 /docs
parentc389f894b569dda3841cb0d076e28b8fa5725bf7 (diff)
downloaddexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar.gz
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar.bz2
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar.lz
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar.xz
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.tar.zst
dexon-solidity-6615487266b55a818e40fedde54b744e2dd8a8a7.zip
Update units-and-global-variables.rst
Coherence -> at the bottom of the document Wei is used several times, not "wei".
Diffstat (limited to 'docs')
-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 8b8f4daa..e319a80a 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