Skip to content

Commit

Permalink
Merge pull request #3703 from dev-xu/patch-eth-utils-typo
Browse files Browse the repository at this point in the history
Fix typo in web3-utils.rst
  • Loading branch information
frankiebee committed Aug 31, 2020
2 parents e13a50c + 0b2ea3b commit 9edd908
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/web3-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ toWei
Converts any `ether value <http://ethdocs.org/en/latest/ether.html>`_ value into `wei <http://ethereum.stackexchange.com/questions/253/the-ether-denominations-are-called-finney-szabo-and-wei-what-who-are-these-na>`_.

.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.

----------
Parameters
Expand Down Expand Up @@ -1117,7 +1117,7 @@ fromWei
Converts any `wei <http://ethereum.stackexchange.com/questions/253/the-ether-denominations-are-called-finney-szabo-and-wei-what-who-are-these-na>`_ value into a `ether value <http://ethdocs.org/en/latest/ether.html>`_.

.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.

----------
Parameters
Expand Down Expand Up @@ -1391,4 +1391,3 @@ Example
web3.utils.toTwosComplement('-0x1');
> "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"

0 comments on commit 9edd908

Please sign in to comment.