Skip to content

Commit 065efcb

Browse files
committed
Fix
1 parent e3adfa4 commit 065efcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* A utility class to convert Roman numerals into integers.
88
*
9-
* <p>Roman numerals are based on seven symbols:
9+
* <p>Roman numerals are based on seven symbols given below:
1010
* <ul>
1111
* <li>I = 1</li>
1212
* <li>V = 5</li>

0 commit comments

Comments
 (0)