From 5ef918f257d9daae447cb5956ccc54872797ebad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Mon, 11 Nov 2024 13:54:05 +0100 Subject: [PATCH] Editorial: Correct markup for 'notation' variable --- spec/numberformat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/numberformat.html b/spec/numberformat.html index 95138af8..f28a5f84 100644 --- a/spec/numberformat.html +++ b/spec/numberformat.html @@ -35,7 +35,7 @@

Intl.NumberFormat ( [ _locales_ [ , _options_ ] ] )

1. Let _style_ be _numberFormat_.[[Style]]. 1. Let _notation_ be ? GetOption(_options_, *"notation"*, ~string~, « *"standard"*, *"scientific"*, *"engineering"*, *"compact"* », *"standard"*). 1. Set _numberFormat_.[[Notation]] to _notation_. - 1. If _style_ is *"currency"* and *"notation"* is *"standard"*, then + 1. If _style_ is *"currency"* and _notation_ is *"standard"*, then 1. Let _currency_ be _numberFormat_.[[Currency]]. 1. Let _cDigits_ be CurrencyDigits(_currency_). 1. Let _mnfdDefault_ be _cDigits_.