Skip to content

Commit

Permalink
Fix minor typo in web3-utils.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Dec 31, 2021
1 parent b7e084d commit 8cc04ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/web3-utils.rst
Expand Up @@ -182,7 +182,8 @@ isBigNumber
web3.utils.isBigNumber(bignumber)
Checks if a given value is a `BigNumber.js <http://mikemcl.github.io/bignumber.js/>`_ instance.
Checks if a given
is a `BigNumber.js <http://mikemcl.github.io/bignumber.js/>`_ instance.


----------
Expand Down Expand Up @@ -1136,7 +1137,7 @@ fromWei
web3.utils.fromWei(number [, unit])
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>`_.
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 an `ether value <http://ethdocs.org/en/latest/ether.html>`_.

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

Expand Down

0 comments on commit 8cc04ac

Please sign in to comment.