Skip to content

Commit 66606ce

Browse files
trflynn89leobalter
authored andcommitted
Editorial: Don't refer to 'normalized' in IsWellFormedCurrencyCode before it is set (#671)
1 parent 11f1a85 commit 66606ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/locales-currencies-tz.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>IsWellFormedCurrencyCode ( _currency_ )</h1>
151151
</p>
152152

153153
<emu-alg>
154-
1. If the length of _normalized_ is not 3, return *false*.
154+
1. If the length of _currency_ is not 3, return *false*.
155155
1. Let _normalized_ be the ASCII-uppercase of _currency_.
156156
1. If _normalized_ contains any code unit outside of 0x0041 through 0x005A (corresponding to Unicode characters LATIN CAPITAL LETTER A through LATIN CAPITAL LETTER Z), return *false*.
157157
1. Return *true*.

0 commit comments

Comments
 (0)