Correct capital example in README

This commit is contained in:
Randall Winkhart
2024-10-27 01:26:10 -04:00
committed by GitHub
parent 9812cc6abd
commit be443b8b0f
+1 -1
View File
@@ -47,7 +47,7 @@ func main() {
// capital (slightly slower)
// this example uses a number in vinculum notation to show that ANSI escape codes are used to provide the overline
roman = rom.FromIntCapital(4)
roman = rom.FromIntCapital(4065)
if roman == "OOB" {
panic("Input integer is out of bounds (greater than 3,999,999)")
}