fix(curriculum): IX should be 9, not 0 (#46174)

Typo fix on line 23
This commit is contained in:
DanielRosa74
2022-05-27 09:47:49 -03:00
committed by GitHub
parent d38a6d3e2e
commit 1f0e7f3e19

View File

@@ -21,7 +21,7 @@ Convert the given number into a roman numeral.
| L | 50 |
| XL | 40 |
| X | 10 |
| IX | 0 |
| IX | 9 |
| V | 5 |
| IV | 4 |
| I | 1 |