Skip to content

Commit 7d4160d

Browse files
authored
Update SetBit.js
1 parent 19b9cb2 commit 7d4160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bit-Manipulation/SetBit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* bit binary representations of the number and
88
* returns a number after comparing each bit.
99
*
10-
* 0 | 0 -> 0
10+
* 0 | 0 -> 0
1111
* 0 | 1 -> 1
1212
* 1 | 0 -> 1
1313
* 1 | 1 -> 1

0 commit comments

Comments
 (0)