Update roman-numerals.java (#901)
corrected the spelling mistake because of which my pull request failed the spell checkpull/906/head
parent
62907b69ec
commit
5d18a66cd8
|
@ -10,7 +10,7 @@ import java.util.HashMap;
|
||||||
* ----------------------------------------------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Constraints:
|
* Constraints:
|
||||||
* The input sting should contain only the characters ('I', 'V', 'X', 'L', 'C', 'D', 'M').
|
* The input string should contain only the characters ('I', 'V', 'X', 'L', 'C', 'D', 'M').
|
||||||
* It is guaranteed that the input is a valid roman numeral in the range [1, 3999].
|
* It is guaranteed that the input is a valid roman numeral in the range [1, 3999].
|
||||||
*
|
*
|
||||||
* ----------------------------------------------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue