Skip to content

Commit

Permalink
Fix setn method in README.md (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Oct 20, 2020
1 parent c39161e commit 6ef485d
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 @@ -106,7 +106,7 @@ either `le` (little-endian) or `be` (big-endian).
* `a.and(b)` - and (`i`, `u`, `iu`, `andln`) (NOTE: `andln` is going to be replaced
with `andn` in future)
* `a.xor(b)` - xor (`i`, `u`, `iu`)
* `a.setn(b)` - set specified bit to `1`
* `a.setn(b, value)` - set specified bit to `value`
* `a.shln(b)` - shift left (`i`, `u`, `iu`)
* `a.shrn(b)` - shift right (`i`, `u`, `iu`)
* `a.testn(b)` - test if specified bit is set
Expand Down

0 comments on commit 6ef485d

Please sign in to comment.