diff --git a/test/intl402/Segmenter/constructor/constructor/options-valid-combinations.js b/test/intl402/Segmenter/constructor/constructor/options-valid-combinations.js index d66b64642c..ac08dc9d13 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-valid-combinations.js +++ b/test/intl402/Segmenter/constructor/constructor/options-valid-combinations.js @@ -7,8 +7,8 @@ description: Checks handling of valid values for the granularity option to the S info: | Intl.Segmenter ([ locales [ , options ]]) - 13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme"). - 14. Set segmenter.[[SegmenterGranularity]] to granularity. + 11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme"). + 12. Set segmenter.[[SegmenterGranularity]] to granularity. features: [Intl.Segmenter] ---*/