fix line number

This commit is contained in:
Frank Yung-Fong Tang 2019-01-23 11:44:52 -08:00 committed by Rick Waldron
parent 806dc970c0
commit 619f7cdad1
1 changed files with 1 additions and 1 deletions

View File

@ -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]
---*/