Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrgayhart committed Oct 28, 2016
1 parent 023ecb5 commit 0d74032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitwise_binary_operators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Now it's time to explain the `Bitwise AND` or `&`
a & b
```

The Bitwise AND operator (`&`) returns a one in each position for the which the corresponding buts are both operands and ones.
The Bitwise AND operator (`&`) returns a one in each position for the which the corresponding bits are both operands and ones.

So if `0xFF` is the same as `11111111`...

Expand Down Expand Up @@ -280,4 +280,4 @@ Knowing what you now know, can you create any of the following?
- http://rainyjune.net/node/341
- [javascript-bit-manipulation](http://www.i-programmer.info/programming/javascript/2550-javascript-bit-manipulation.html)
- [Color, Hexadecimal Numbers & Bitwise Binary Operators](http://www.webwasp.co.uk/tutorials/220/color.php)
- [using-logical-bitshift-for-rgb-values](http://stackoverflow.com/questions/5751689/using-logical-bitshift-for-rgb-values)
- [using-logical-bitshift-for-rgb-values](http://stackoverflow.com/questions/5751689/using-logical-bitshift-for-rgb-values)

0 comments on commit 0d74032

Please sign in to comment.