Skip to content

Commit f7917b3

Browse files
Update pages/glossary/label-in-name-algorithm.md
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent ec70229 commit f7917b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/glossary/label-in-name-algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sub-algorithm to tokenize a string:
2424
- This 'split' operation must:
2525
- Effectively remove leading and trailing [whitespace][].
2626
- If the input string contains nothing but [whitespace][] before this operation: return an empty list.
27-
- In English and most other European languages, a greedy [whitespace][] regular expression will accomplish this. In languages such as Thai, Chinese, and Japanese, it won't.
27+
- In English and most other European languages, a greedy [whitespace][] regular expression will accomplish this. In languages such as Thai, Chinese, and Japanese, it won't.
2828
- A consequence of using the ACT definition of [whitespace][] here is that all kinds of whitespace are covered. That includes the Unicode code point U+00A0 NO-BREAK SPACE (NBSP), which can be represented by the HTML named character reference `&nbsp;`.
2929

3030
Then do the check: is the tokenized `label` a contiguous subsequence of the tokenized `name`?

0 commit comments

Comments
 (0)