summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js')
-rw-r--r--js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js b/js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js
index 0fcce4ac7e..3c5608d162 100644
--- a/js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js
+++ b/js/src/tests/test262/intl402/DisplayNames/prototype/of/type-region-invalid.js
@@ -14,7 +14,7 @@ features: [Intl.DisplayNames]
---*/
// https://unicode.org/reports/tr35/#unicode_region_subtag
-// unicode_region_subtag = (alpha{2} | digit{3}) ;
+// unicode_region_subtag = (alpha{2} | digit{3}) ;
var displayNames = new Intl.DisplayNames(undefined, {type: 'region'});