Skip to content

Commit

Permalink
Editorial: fix typo in FormatNumericMinutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-allen committed Apr 24, 2024
1 parent c6025ef commit 6a2ec8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ contributors: Ujjwal Sharma, Younies Mahmoud
1. Perform ! CreateDataPropertyOrThrow(_nfOpts_, *"minimumIntegerDigits"*, *2*<sub>𝔽</sub>).
1. If _signDisplayed_ is *false*, then
1. Perform ! CreateDataPropertyOrThrow(_nfOpts_, *"signDisplay"*, *"never"*).
1. Let _nf_ be ! Construct(%NumberFormat%, &laquo; _durationFormat_.[[Locale]] &raquo;, _nfOpts_).
1. Let _nf_ be ! Construct(%NumberFormat%, &laquo; _durationFormat_.[[Locale]], _nfOpts_ &raquo;).
1. Let _minutesParts_ be ! PartitionNumberPattern(_nf_, _minutesValue_).
1. For each Record { [[Type]], [[Value]] } _part_ of _minutesParts_, do
1. Append the Record { [[Type]]: _part_.[[Type]], [[Value]]: _part_.[[Value]], [[Unit]]: *"minute"* } to _result_.
Expand Down

0 comments on commit 6a2ec8c

Please sign in to comment.