You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/locale-sensitive-functions.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,10 @@ <h1>
89
89
1. If _locale_ is *undefined*, set _locale_ to *"und"*.
90
90
1. Let _codePoints_ be ! StringToCodePoints(_S_).
91
91
1. If _targetCase_ is ~lower~, then
92
-
1. Let _newCodePoints_ be a List whose elements are the result of a lower case transformation of _codePoints_ according to an implementation-derived algorithm using _locale_ or the Unicode Default Case Conversion algorithm.
92
+
1. Let _newCodePoints_ be a List whose elements are the result of a lowercase transformation of _codePoints_ according to an implementation-derived algorithm using _locale_ or the Unicode Default Case Conversion algorithm.
93
93
1. Else,
94
94
1.Assert:_targetCase_ is ~upper~.
95
-
1. Let _newCodePoints_ be a List whose elements are the result of an upper case transformation of _codePoints_ according to an implementation-derived algorithm using _locale_ or the Unicode Default Case Conversion algorithm.
95
+
1. Let _newCodePoints_ be a List whose elements are the result of an uppercase transformation of _codePoints_ according to an implementation-derived algorithm using _locale_ or the Unicode Default Case Conversion algorithm.
Copy file name to clipboardExpand all lines: spec/locales-currencies-tz.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ <h1>DefaultLocale ( )</h1>
136
136
<h1>Currency Codes</h1>
137
137
138
138
<p>
139
-
The ECMAScript 2022 Internationalization API Specification identifies currencies using 3-letter currency codes as defined by ISO 4217. Their canonical form is upper case.
139
+
The ECMAScript 2022 Internationalization API Specification identifies currencies using 3-letter currency codes as defined by ISO 4217. Their canonical form is uppercase.
Copy file name to clipboardExpand all lines: spec/numberformat.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -482,7 +482,7 @@ <h1>Abstract Operations for NumberFormat Objects</h1>
482
482
<h1>CurrencyDigits ( _currency_ )</h1>
483
483
484
484
<p>
485
-
When the CurrencyDigits abstract operation is called with an argument _currency_ (which must be an upper case String value), the following steps are taken:
485
+
When the CurrencyDigits abstract operation is called with an argument _currency_ (which must be an uppercase String value), the following steps are taken:
0 commit comments