Update README

This commit is contained in:
Wilson Lin 2020-03-01 14:08:50 +11:00
parent 66c4f74e76
commit 92eda69da7
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ Numeric entities that do not refer to a valid [Unicode Scalar Value](https://www
If an entity is unintentionally formed after decoding, the leading ampersand is encoded, e.g. `&` becomes `&ampamp;`. This is done as `&amp` is equal to or shorter than all other entity representations of characters part of an entity (`[&#a-zA-Z0-9;]`), and there is no other conflicting entity name that starts with `amp`.
Right chevrons after any decoding in text are encoded to `&GT` if possible or `>` otherwise.
Left chevrons after any decoding in text are encoded to `&LT` if possible or `<` otherwise.
### Comments