Skip to content

Commit 661eaaa

Browse files
authored
Editorial: Fix typo in SetNumberFormatDigitOptions (#1024)
1 parent 8d1c662 commit 661eaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/numberformat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>
111111
1. Set _intlObj_.[[RoundingMode]] to _roundingMode_.
112112
1. Set _intlObj_.[[TrailingZeroDisplay]] to _trailingZeroDisplay_.
113113
1. If _mnsd_ is *undefined* and _mxsd_ is *undefined*, let _hasSd_ be *false*. Otherwise, let _hasSd_ be *true*.
114-
1. If _mnfd_ is *undefined* and _mxsd_ is *undefined*, let _hasFd_ be *false*. Otherwise, let _hasFd_ be *true*.
114+
1. If _mnfd_ is *undefined* and _mxfd_ is *undefined*, let _hasFd_ be *false*. Otherwise, let _hasFd_ be *true*.
115115
1. Let _needSd_ be *true*.
116116
1. Let _needFd_ be *true*.
117117
1. If _roundingPriority_ is *"auto"*, then

0 commit comments

Comments
 (0)