From dd7d0cf2ae2dea21e8cfbe48869592e1fb08fcf4 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Mon, 16 Aug 2021 12:36:09 -0500 Subject: [PATCH] Fix logic --- spec/numberformat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/numberformat.html b/spec/numberformat.html index 7b394350..de2bccd9 100644 --- a/spec/numberformat.html +++ b/spec/numberformat.html @@ -31,7 +31,7 @@

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*.