diff --git a/spec/collator.html b/spec/collator.html
index 3ff48a33..55b49824 100644
--- a/spec/collator.html
+++ b/spec/collator.html
@@ -113,10 +113,6 @@
Intl.Collator.supportedLocalesOf ( _locales_ [ , _options_ ] )
1. Let _requestedLocales_ be ? CanonicalizeLocaleList(_locales_).
1. Return ? SupportedLocales(_availableLocales_, _requestedLocales_, _options_).
-
-
- The value of the *"length"* property of the `supportedLocalesOf` method is 1.
-
diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html
index 7e5f38c6..33e5a471 100644
--- a/spec/datetimeformat.html
+++ b/spec/datetimeformat.html
@@ -756,10 +756,6 @@ Intl.DateTimeFormat.supportedLocalesOf ( _locales_ [ , _options_ ] )
1. Let _requestedLocales_ be ? CanonicalizeLocaleList(_locales_).
1. Return ? SupportedLocales(_availableLocales_, _requestedLocales_, _options_).
-
-
- The value of the *"length"* property of the `supportedLocalesOf` method is 1.
-
diff --git a/spec/numberformat.html b/spec/numberformat.html
index e4632fab..0262339e 100644
--- a/spec/numberformat.html
+++ b/spec/numberformat.html
@@ -962,10 +962,6 @@ Intl.NumberFormat.supportedLocalesOf ( _locales_ [ , _options_ ] )
1. Let _requestedLocales_ be ? CanonicalizeLocaleList(_locales_).
1. Return ? SupportedLocales(_availableLocales_, _requestedLocales_, _options_).
-
-
- The value of the *"length"* property of the `supportedLocalesOf` method is 1.
-
diff --git a/spec/pluralrules.html b/spec/pluralrules.html
index abd36d09..5db179f1 100644
--- a/spec/pluralrules.html
+++ b/spec/pluralrules.html
@@ -184,10 +184,6 @@ Intl.PluralRules.supportedLocalesOf ( _locales_ [ , _options_ ] )
1. Let _requestedLocales_ be ? CanonicalizeLocaleList(_locales_).
1. Return ? SupportedLocales(_availableLocales_, _requestedLocales_, _options_).
-
-
- The value of the *"length"* property of the `supportedLocalesOf` method is 1.
-
diff --git a/spec/relativetimeformat.html b/spec/relativetimeformat.html
index d360bbac..086c15e9 100644
--- a/spec/relativetimeformat.html
+++ b/spec/relativetimeformat.html
@@ -231,10 +231,6 @@ Intl.RelativeTimeFormat.supportedLocalesOf ( _locales_ [ , _options_ ] )
-
- The value of the *"length"* property of the `supportedLocalesOf` method is 1.
-
-
Internal slots