1
0
forked from Alepha/Alepha

Fix some issues with the initial pull request for number printing.

This commit is contained in:
2024-03-21 17:18:46 -04:00
parent e25b171e6b
commit f9553de81f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,7 @@ static auto init= Alepha::Utility::enroll <=[]
{ "1000283000721", { 1'000'283'000'721 },
"one trillion two hundred eighty three million seven hundred twenty one" },
{ "1000283000721", { 1'000'283'000'000 },
{ "1000283000000", { 1'000'283'000'000 },
"one trillion two hundred eighty three million" },
};