You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/web3-utils.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1043,7 +1043,7 @@ toWei
1043
1043
1044
1044
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>`_.
1045
1045
1046
-
.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
1046
+
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.
1047
1047
1048
1048
----------
1049
1049
Parameters
@@ -1117,7 +1117,7 @@ fromWei
1117
1117
1118
1118
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>`_.
1119
1119
1120
-
.. note:: "wei" are the smallest ethere unit, and you should always make calculations in wei and convert only for display reasons.
1120
+
.. note:: "wei" are the smallest ether unit, and you should always make calculations in wei and convert only for display reasons.
0 commit comments