Skip to content

Commit

Permalink
Editorial: Remove unnecessary Set _signDisplayed_ to false step
Browse files Browse the repository at this point in the history
after call to `FormatNumericSeconds` in `FormatNumericUnits`.

Resolves issue tc39#222
  • Loading branch information
ben-allen committed Nov 8, 2024
1 parent c43bc47 commit 2e20e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.

1 change: 0 additions & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ contributors: Ujjwal Sharma, Younies Mahmoud
1. Set _signDisplayed_ to *false*.
1. If _secondsFormatted_ is *true*, then
1. Append FormatNumericSeconds(_durationFormat_, _secondsValue_, _minutesFormatted_, _signDisplayed_) to _numericPartsList_.
1. Set _signDisplayed_ to *false*.
1. Return _numericPartsList_.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 2e20e12

Please sign in to comment.