Skip to content

Commit 3357fc0

Browse files
ben-allengibson042
andauthored
Update spec/pluralrules.html
Co-authored-by: Richard Gibson <[email protected]>
1 parent bcefff8 commit 3357fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/pluralrules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ <h1>Intl.PluralRules ( [ _locales_ [ , _options_ ] ] )</h1>
2828
1. Set _pluralRules_.[[Type]] to _t_.
2929
1. Let _notation_ be ? GetOption(_options_, *"notation"*, ~string~, « *"standard"*, *"scientific"*, *"engineering"*, *"compact"* », *"standard"*).
3030
1. Set _pluralRules_.[[Notation]] to _notation_.
31-
1. Perform ? SetNumberFormatDigitOptions(_pluralRules_, _options_, 0, 3, _notation_).
3231
1. Let _compactDisplay_ be ? GetOption(_options_, *"compactDisplay"*, ~string~, « *"short"*, *"long"* », *"short"*).
3332
1. If _notation_ is *"compact"*, then
3433
1. Set _pluralRules_.[[CompactDisplay]] to _compactDisplay_.
34+
1. Perform ? SetNumberFormatDigitOptions(_pluralRules_, _options_, 0, 3, _notation_).
3535
1. Return _pluralRules_.
3636
</emu-alg>
3737
</emu-clause>

0 commit comments

Comments
 (0)