Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/segmenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h1>
1. Perform ! CreateDataPropertyOrThrow(_result_, *"index"*, 𝔽(_startIndex_)).
1. Perform ! CreateDataPropertyOrThrow(_result_, *"input"*, _string_).
1. Let _granularity_ be _segmenter_.[[SegmenterGranularity]].
1. If _granularity_ is `"word"`, then
1. If _granularity_ is *"word"*, then
1. Let _isWordLike_ be a Boolean value indicating whether the _segment_ in _string_ is "word-like" according to locale _segmenter_.[[Locale]].
1. Perform ! CreateDataPropertyOrThrow(_result_, *"isWordLike"*, _isWordLike_).
1. Return _result_.
Expand Down
Loading