Skip to content

Commit 52cb884

Browse files
authored
Update article.md
1 parent cf33b67 commit 52cb884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/03-regexp-unicode/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Unicode supports many different properties, their full list would require a lot
107107

108108
### Example: hexadecimal numbers
109109

110-
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..1 or A..F).
110+
For instance, let's look for hexadecimal numbers, written as `xFF`, where `F` is a hex digit (0..9 or A..F).
111111

112112
A hex digit can be denoted as `pattern:\p{Hex_Digit}`:
113113

0 commit comments

Comments
 (0)