Skip to content

Commit cd4754d

Browse files
authored
Fix references to English ordinal categories (#744)
1 parent 2337637 commit cd4754d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exploration/number-selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ in <a href="https://github.com/unicode-org/message-format-wg/pull/457#discussion
4141
ordinal selection works similarly to plural selection, but uses a separate set of rules
4242
for each locale.
4343
This is visible in English, for example, where plural rules use only `one` and `other`
44-
but ordinal rules use `one` (_1st_, _21st_, etc.), `few` (_2nd_, _22nd_, etc.),
45-
`many` (_3rd_, _23rd_, etc.), and `other` (_4th_, _5th_, etc.).
44+
but ordinal rules use `one` (_1st_, _21st_, etc.), `two` (_2nd_, _22nd_, etc.),
45+
`few` (_3rd_, _23rd_, etc.), and `other` (_4th_, _5th_, etc.).
4646

4747
Additionally,
4848
MF1 provides `ChoiceFormat` selection based on a complex rule set

0 commit comments

Comments
 (0)