Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Aug 16, 2021
1 parent 06e43cf commit dd7d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>SetNumberFormatDigitOptions ( _intlObj_, _options_, _mnfdDefault_, _mxfdDefa
1. Else,
1. Let _hasFd_ be *false*.
1. Let _needSd_ be _hasSd_.
1. If _hasSd_ is *false* and _notation_ is not *"compact"*, then
1. If _hasSd_ is *false* and (_hasFd_ is *true* or _notation_ is not *"compact"*), then
1. Let _needFd_ be *true*.
1. Else,
1. Let _needFd_ be *false*.
Expand Down

0 comments on commit dd7d0cf

Please sign in to comment.