diff --git a/spec/locales-currencies-tz.html b/spec/locales-currencies-tz.html index 0c169d46..c169dad1 100644 --- a/spec/locales-currencies-tz.html +++ b/spec/locales-currencies-tz.html @@ -151,7 +151,7 @@

IsWellFormedCurrencyCode ( _currency_ )

- 1. If the length of _normalized_ is not 3, return *false*. + 1. If the length of _currency_ is not 3, return *false*. 1. Let _normalized_ be the ASCII-uppercase of _currency_. 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*. 1. Return *true*.