Skip to content

Commit

Permalink
Editorial: Don't refer to 'normalized' in IsWellFormedCurrencyCode be…
Browse files Browse the repository at this point in the history
…fore it is set (#671)
  • Loading branch information
trflynn89 authored and leobalter committed Mar 28, 2022
1 parent 11f1a85 commit 66606ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/locales-currencies-tz.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1>IsWellFormedCurrencyCode ( _currency_ )</h1>
</p>

<emu-alg>
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*.
Expand Down

0 comments on commit 66606ce

Please sign in to comment.