From 12a044b1d85d85e5637af8cbda685cfc21d10e0a Mon Sep 17 00:00:00 2001
From: Frank Yung-Fong Tang <41213225+FrankYFTang@users.noreply.github.com>
Date: Wed, 23 Jan 2019 11:43:32 -0800
Subject: [PATCH] fix line number

---
 test/intl402/Segmenter/constructor/constructor/options-order.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/intl402/Segmenter/constructor/constructor/options-order.js b/test/intl402/Segmenter/constructor/constructor/options-order.js
index 1a896a091a..9ab42585c3 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").
-    13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
+    12. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
 includes: [compareArray.js]
 features: [Intl.Segmenter]
 ---*/
-- 
GitLab