diff --git a/spec/locales-currencies-tz.html b/spec/locales-currencies-tz.html
index 99be4b58..f256edb8 100644
--- a/spec/locales-currencies-tz.html
+++ b/spec/locales-currencies-tz.html
@@ -237,7 +237,6 @@
Use of the IANA Time Zone Database
This section complements but does not supersede .
-
AvailableNamedTimeZoneIdentifiers ( ): a List of Time Zone Identifier Records
@@ -366,37 +365,37 @@
-
-
- StringSplitToList (
- _S_: a String,
- _separator_: a String,
- ): a List of Strings
-
-
-
- 1. Assert: _S_ is not the empty String.
- 1. Assert: _separator_ is not the empty String.
- 1. Let _separatorLength_ be the length of _separator_.
- 1. Let _substrings_ be a new empty List.
- 1. Let _i_ be 0.
- 1. Let _j_ be StringIndexOf(_S_, _separator_, 0).
- 1. Repeat, while _j_ is not ~not-found~,
- 1. Let _T_ be the substring of _S_ from _i_ to _j_.
- 1. Append _T_ to _substrings_.
- 1. Set _i_ to _j_ + _separatorLength_.
- 1. Set _j_ to StringIndexOf(_S_, _separator_, _i_).
- 1. Let _T_ be the substring of _S_ from _i_.
+
+
+ StringSplitToList (
+ _S_: a String,
+ _separator_: a String,
+ ): a List of Strings
+
+
+
+ 1. Assert: _S_ is not the empty String.
+ 1. Assert: _separator_ is not the empty String.
+ 1. Let _separatorLength_ be the length of _separator_.
+ 1. Let _substrings_ be a new empty List.
+ 1. Let _i_ be 0.
+ 1. Let _j_ be StringIndexOf(_S_, _separator_, 0).
+ 1. Repeat, while _j_ is not ~not-found~,
+ 1. Let _T_ be the substring of _S_ from _i_ to _j_.
1. Append _T_ to _substrings_.
- 1. Return _substrings_.
-
-
+ 1. Set _i_ to _j_ + _separatorLength_.
+ 1. Set _j_ to StringIndexOf(_S_, _separator_, _i_).
+ 1. Let _T_ be the substring of _S_ from _i_.
+ 1. Append _T_ to _substrings_.
+ 1. Return _substrings_.
+
+