Skip to content

Commit a1a5b65

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

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
@@ -20,7 +20,7 @@
2020
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR
2121
*/
2222

23-
/*
23+
/**
2424
* @param {number} number
2525
* @param {number} bitPosition - zero based.
2626
* @return {number}

0 commit comments

Comments
 (0)