Skip to content

Commit

Permalink
docs: fix typos (ethers-io#2430).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 3, 2022
1 parent 4935f93 commit 82d6dcb
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 @@ -169,7 +169,7 @@ Returns true if and only if the value of //BigNumber// is zero.
_heading: Conversion

_property: BigNumber.toBigInt() => bigint @SRC<bignumber>
Returns the value of //BigNumber// as a [JavScript BigInt](link-js-bigint) value,
Returns the value of //BigNumber// as a [JavaScript BigInt](link-js-bigint) value,
on platforms which support them.

_property: BigNumber.toNumber() => number @SRC<bignumber>
Expand Down

0 comments on commit 82d6dcb

Please sign in to comment.