Skip to content

Commit dbcab2a

Browse files
committed
[update] fix ordinal function
1 parent d524075 commit dbcab2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authoringAssistant/fluid-common/scigen.fld

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ let ordinal n =
2121
if n == 1 then "lowest"
2222
else if n == 2 then "2nd-lowest"
2323
else if n == 3 then "3rd-lowest"
24-
else numToStr n ++ "nth-lowest";
24+
else numToStr n ++ "th-lowest";

0 commit comments

Comments
 (0)