diff --git a/examples/alpha/main.go b/examples/alpha/main.go index 61cbdb2..7b6fc72 100644 --- a/examples/alpha/main.go +++ b/examples/alpha/main.go @@ -9,11 +9,6 @@ func main() { itn.SetDebug(true) processor := itn.NewLanguageES() - new_string := processor.Alpha2Digit( - "uno dos quince", - false, - true, - 3, - ) + new_string := processor.Alpha2Digit("uno dos quince", false, true, 3) println(new_string) }