diff --git a/test/intl402/Segmenter/constructor/constructor/options-order.js b/test/intl402/Segmenter/constructor/constructor/options-order.js
index 9ab42585c32b099c71128ed3119bed6b09186b00..fd1207617882f26ba1a2f4f24d978dff20142712 100644
--- a/test/intl402/Segmenter/constructor/constructor/options-order.js
+++ b/test/intl402/Segmenter/constructor/constructor/options-order.js
@@ -8,7 +8,7 @@ info: |
     Intl.Segmenter ([ locales [ , options ]])
 
     7. Let matcher be ? GetOption(options, "localeMatcher", "string", « "lookup", "best fit" », "best fit").
-    12. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
+    11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
 includes: [compareArray.js]
 features: [Intl.Segmenter]
 ---*/