Skip to content

Commit 98be16a

Browse files
authored
syntax: fix typo
PR #992
1 parent 1872bdf commit 98be16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The following features are available:
138138
[Unicode's "simple loose matches" specification](https://www.unicode.org/reports/tr18/#Simple_Loose_Matches).
139139
* **unicode-gencat** -
140140
Provide the data for
141-
[Uncode general categories](https://www.unicode.org/reports/tr44/tr44-24.html#General_Category_Values).
141+
[Unicode general categories](https://www.unicode.org/reports/tr44/tr44-24.html#General_Category_Values).
142142
This includes, but is not limited to, `Decimal_Number`, `Letter`,
143143
`Math_Symbol`, `Number` and `Punctuation`.
144144
* **unicode-perl** -

0 commit comments

Comments
 (0)