Skip to content

Commit cacb3ec

Browse files
committed
"Trilionths" -> "Trillionths" typo fixes
1 parent 3a23087 commit cacb3ec

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Sources/Towel/Extensions-NumericEnglishWords.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public static partial class Extensions
3434
/* 9 */ "Billionths",
3535
/* 10 */ "Ten-Billionths",
3636
/* 11 */ "Hundred-Billionths",
37-
/* 12 */ "Trilionths",
38-
/* 13 */ "Ten-Trilionths",
39-
/* 14 */ "Hundred-Trilionths",
37+
/* 12 */ "Trillionths",
38+
/* 13 */ "Ten-Trillionths",
39+
/* 14 */ "Hundred-Trillionths",
4040
/* 15 */ "Quadrillionths",
4141
/* 16 */ "Ten-Quadrillionths",
4242
/* 17 */ "Hundred-Quadrillionths",
@@ -264,6 +264,5 @@ void DigitGroup(char hundredsDigit, char tensDigit, char onesDigit)
264264
/// <param name="ushort">The <see cref="ushort"/> value to convert to English words <see cref="string"/> representation.</param>
265265
/// <returns>The English words <see cref="string"/> representation of the <see cref="ushort"/> value.</returns>
266266
public static string ToEnglishWords(this ushort @ushort) => ToEnglishWords(@ushort.ToString(System.Globalization.CultureInfo.InvariantCulture));
267-
268267
}
269268
}

0 commit comments

Comments
 (0)