We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d524075 commit dbcab2aCopy full SHA for dbcab2a
authoringAssistant/fluid-common/scigen.fld
@@ -21,4 +21,4 @@ let ordinal n =
21
if n == 1 then "lowest"
22
else if n == 2 then "2nd-lowest"
23
else if n == 3 then "3rd-lowest"
24
- else numToStr n ++ "nth-lowest";
+ else numToStr n ++ "th-lowest";
0 commit comments