Skip to content

Commit d61a8bd

Browse files
authored
minor change to line 654
1 parent baf5c91 commit d61a8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ alert( "S\u0307\u0323".normalize().length ); // 1
651651
alert( "S\u0307\u0323".normalize() == "\u1e68" ); // true
652652
```
653653

654-
In reality, this is not always the case. The reason being that the symbol `Ṩ` is "common enough", so UTF-16 creators included it in the main table and gave it to the code.
654+
In reality, this is not always the case. The reason being that the symbol `Ṩ` is "common enough", so UTF-16 creators included it in the main table and gave it the code.
655655

656656
If you want to learn more about normalization rules and variants -- they are described in the appendix of the Unicode standard: [Unicode Normalization Forms](http://www.unicode.org/reports/tr15/), but for most practical purposes the information from this section is enough.
657657

0 commit comments

Comments
 (0)