Skip to content

Commit

Permalink
docs: Typo in BigNumber (#1127).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 18, 2020
1 parent 97efeba commit 0382fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/utils/bignumber.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Returns the value of //BigNumber// as a base-16, ``0x``-prefixed [[DataHexString

_heading: Inspection

_property: ethers.BigNumnber.isBigNumber(object) => boolean @SRC<bignumber>
_property: ethers.BigNumber.isBigNumber(object) => boolean @SRC<bignumber>
Returns true if and only if the //object// is a BigNumber object.


Expand Down

0 comments on commit 0382fae

Please sign in to comment.