Skip to content
Snippets Groups Projects
Commit 806dc970 authored by Frank Yung-Fong Tang's avatar Frank Yung-Fong Tang Committed by Rick Waldron
Browse files

fix line number

parent 12a044b1
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ description: Checks handling of valid values for the granularity option to the S ...@@ -7,8 +7,8 @@ description: Checks handling of valid values for the granularity option to the S
info: | info: |
Intl.Segmenter ([ locales [ , options ]]) Intl.Segmenter ([ locales [ , options ]])
13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme"). 11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
14. Set segmenter.[[SegmenterGranularity]] to granularity. 12. Set segmenter.[[SegmenterGranularity]] to granularity.
features: [Intl.Segmenter] features: [Intl.Segmenter]
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment