We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b9cb2 commit 7d4160dCopy full SHA for 7d4160d
1 file changed
Bit-Manipulation/SetBit.js
@@ -7,7 +7,7 @@
7
* bit binary representations of the number and
8
* returns a number after comparing each bit.
9
*
10
- * 0 | 0 -> 0
+ * 0 | 0 -> 0
11
* 0 | 1 -> 1
12
* 1 | 0 -> 1
13
* 1 | 1 -> 1
0 commit comments