Merge pull request #2985 from Rnbsov/patch-36

just add a comma
This commit is contained in:
Ilya Kantor 2022-05-03 23:44:36 +04:00 committed by GitHub
commit 254f82ff41
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.