Skip to content

Commit 3c234f3

Browse files
documentation correct
1 parent f5cc5f4 commit 3c234f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/thealgorithms/bitmanipulation/HighestSetBit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
/**
55
* Find Highest Set Bit
6-
* This function calculates the position (or index) of the highest set bit (the leftmost 1 bit)
7-
* in a given binary number.
6+
* This class provides a function calculating the position (or index)
7+
* of the most significant bit being set to 1 in a given integer.
88
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
99
*/
1010

0 commit comments

Comments
 (0)