Skip to content

Commit

Permalink
fixup! Update spec/pluralrules.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-allen committed Oct 29, 2024
1 parent c0a38b9 commit 204f1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/pluralrules.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ <h1>
1. Return the Record { [[PluralCategory]]: *"other"*, [[FormattedString]]: _s_ }.
1. Let _res_ be FormatNumericToString(_pluralRules_, ℝ(_n_)).
1. Let _s_ be _res_.[[FormattedString]].
1. Let _p_ be PluralRuleSelect(_pluralRules_, _s_).
1. Let _locale_ be _pluralRules_.[[Locale]].
1. Let _type_ be _pluralRules_.[[Type]].
1. Let _p_ be PluralRuleSelect(_locale_, _type_, _s_).
1. Return the Record { [[PluralCategory]]: _p_, [[FormattedString]]: _s_ }.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 204f1ea

Please sign in to comment.