Skip to content

Commit 0331f59

Browse files
committed
Fix
1 parent 0a2c610 commit 0331f59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/conversions/OctalToBinary.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
*
1616
* <h2>Example Usage</h2>
1717
* <pre>
18-
* long binary = OctalToBinary.convertOctalToBinary(52);
19-
* // Output: 101010 (52 in octal is 101010 in binary)
18+
* long binary = OctalToBinary.convertOctalToBinary(52); // Output: 101010 (52 in octal is 101010 in binary)
2019
* </pre>
2120
*
2221
* @author Bama Charan Chhandogi

0 commit comments

Comments
 (0)