just add a comma

This commit is contained in:
Lavrentiy Rubtsov 2022-05-04 00:55:29 +06:00 committed by GitHub
parent 6ce9e71505
commit 8149cb0a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -604,7 +604,7 @@ You will find more ways to deal with surrogate pairs later in the chapter <info:
### Diacritical marks and normalization
In many languages there are symbols that are composed of the base character with a mark above/under it.
In many languages, there are symbols that are composed of the base character with a mark above/under it.
For instance, the letter `a` can be the base character for: `àáâäãåā`. Most common "composite" character have their own code in the UTF-16 table. But not all of them, because there are too many possible combinations.