Closed pilyugin closed 8 years ago
Converter returns ordinal numbers with wrong endings:
converter.toOrdinal(11); // => “11st” converter.toOrdinal(12); // => “12nd” converter.toOrdinal(13); // => “13rd”
But should be 11th, 12th, 13th.
Please see my PR #8 which fixes this bug.
Converter returns ordinal numbers with wrong endings:
But should be 11th, 12th, 13th.