From b7abd7104757cba015b556ce377113a352d39582 Mon Sep 17 00:00:00 2001 From: Roy Xu <52206564+dev-xu@users.noreply.github.com> Date: Tue, 25 Aug 2020 14:09:06 -0400 Subject: [PATCH 1/3] Fix typo in web3-utils.rst Fixed typos ("ethere unit") in web3-utils documentation. --- docs/web3-utils.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web3-utils.rst b/docs/web3-utils.rst index 956e9142bae..d84e2ba5b7e 100644 --- a/docs/web3-utils.rst +++ b/docs/web3-utils.rst @@ -1043,7 +1043,7 @@ toWei Converts any `ether value `_ value into `wei `_. -.. 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 ethereum unit, and you should always make calculations in wei and convert only for display reasons. ---------- Parameters @@ -1117,7 +1117,7 @@ fromWei Converts any `wei `_ value into a `ether value `_. -.. 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 ethereum unit, and you should always make calculations in wei and convert only for display reasons. ---------- Parameters From 7a59f91ceebe55861998f15c69310cfcfad3a657 Mon Sep 17 00:00:00 2001 From: Roy Xu <52206564+dev-xu@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:30:42 -0400 Subject: [PATCH 2/3] Update docs/web3-utils.rst Update to ether unit instead of ethereum unit Co-authored-by: Wyatt Barnes --- docs/web3-utils.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/web3-utils.rst b/docs/web3-utils.rst index d84e2ba5b7e..42b4389ebbf 100644 --- a/docs/web3-utils.rst +++ b/docs/web3-utils.rst @@ -1043,7 +1043,7 @@ toWei Converts any `ether value `_ value into `wei `_. -.. note:: "wei" are the smallest ethereum 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 @@ -1391,4 +1391,3 @@ Example web3.utils.toTwosComplement('-0x1'); > "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" - From 8334613afe7ffac8f2836629ed3228ac9db4368c Mon Sep 17 00:00:00 2001 From: Roy Xu <52206564+dev-xu@users.noreply.github.com> Date: Wed, 26 Aug 2020 22:30:51 -0400 Subject: [PATCH 3/3] Update docs/web3-utils.rst Update to ether unit instead of ethereum unit Co-authored-by: Wyatt Barnes --- docs/web3-utils.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web3-utils.rst b/docs/web3-utils.rst index 42b4389ebbf..ef148d8564c 100644 --- a/docs/web3-utils.rst +++ b/docs/web3-utils.rst @@ -1117,7 +1117,7 @@ fromWei Converts any `wei `_ value into a `ether value `_. -.. note:: "wei" are the smallest ethereum 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