Update article.md

This commit is contained in:
LeviDing 2021-06-07 23:58:40 +08:00 committed by GitHub
parent cf33b67042
commit 52cb884565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ Unicode supports many different properties, their full list would require a lot
### Example: hexadecimal numbers
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..1 or A..F).
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..9 or A..F).
A hex digit can be denoted as `pattern:\p{Hex_Digit}`: