Skip to content

Commit

Permalink
bilion fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Sarnowski committed Jun 20, 2015
1 parent 6c35e2b commit 392e987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public List<PluralForms> pluralForms() {
new EnglishPluralForms(""),
new EnglishPluralForms("thousand"),
new EnglishPluralForms("million"),
new EnglishPluralForms("bilion"));
new EnglishPluralForms("billion"));
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public class EnglishValuesTest extends Specification {
123_456_789 | "one hundred twenty-three million four hundred fifty-six thousand seven hundred eighty-nine"
322_089_890 | "three hundred twenty-two million eighty-nine thousand eight hundred ninety"

1_000_000_000 | "one bilion"
2_147_483_647 | "two bilion one hundred forty-seven million four hundred eighty-three thousand six hundred " +
1_000_000_000 | "one billion"
2_147_483_647 | "two billion one hundred forty-seven million four hundred eighty-three thousand six hundred " +
"forty-seven"
}

Expand Down

0 comments on commit 392e987

Please sign in to comment.