Skip to content

Commit e87036d

Browse files
Aditi22Bansalvil02
andauthored
Correct documentation of IsEven (TheAlgorithms#4845)
* Update IsEven.java * Update IsEven.java * Update IsEven.java --------- Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
1 parent f3345d9 commit e87036d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/thealgorithms/bitmanipulation

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.bitmanipulation;
22

33
/**
4-
* Converts any Octal Number to a Binary Number
4+
* Checks whether a number is even
55
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
66
*/
77

0 commit comments

Comments
 (0)