Browse Source

Fix septillion and sextillion being swapped

tags/v0.0.5
Fen Dweller 5 years ago
parent
commit
e9f8321435
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      numbers.js

+ 2
- 2
numbers.js View File

@@ -26,8 +26,8 @@ _numberWords = {
3: "trillion",
4: "quadrillion",
5: "quintillion",
6: "septillion",
7: "sextillion",
6: "sextillion",
7: "septillion",
8: "octillion",
9: "nonillion",
10: "decillion",


Loading…
Cancel
Save