Skip to content

Commit

Permalink
Merge pull request #2785 from ondrejchmelar/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `toChecksumAddress` examples
  • Loading branch information
nivida committed May 13, 2019
2 parents 9528160 + a1ea9f1 commit ce93e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Example

.. code-block:: javascript
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff2323');
web3.utils.toChecksumAddress('0xc1912fee45d61c87cc5ea59dae31190fffff232d');
> "0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d"
web3.utils.toChecksumAddress('0XC1912FEE45D61C87CC5EA59DAE31190FFFFF232D');
Expand Down

0 comments on commit ce93e2d

Please sign in to comment.