From 204f1eab40710162a560d058b3ca9f11116b5e5c Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Tue, 29 Oct 2024 01:52:49 -0700 Subject: [PATCH] fixup! Update spec/pluralrules.html --- spec/pluralrules.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/pluralrules.html b/spec/pluralrules.html index d24c929c..cf619c16 100644 --- a/spec/pluralrules.html +++ b/spec/pluralrules.html @@ -312,7 +312,9 @@

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_ }.