Skip to content

Commit

Permalink
Correct doc for BN#isBN()
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmimms authored and dcousens committed Jan 24, 2017
1 parent 49b4576 commit 507e381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ either `le` (little-endian) or `be` (big-endian).
* `a.eq(b)` - `a` equals `b` (`n`)
* `a.toTwos(width)` - convert to two's complement representation, where `width` is bit width
* `a.fromTwos(width)` - convert from two's complement representation, where `width` is the bit width
* `a.isBN(object)` - returns true if the supplied `object` is a BN.js instance
* `BN.isBN(object)` - returns true if the supplied `object` is a BN.js instance

### Arithmetics

Expand Down

0 comments on commit 507e381

Please sign in to comment.