Skip to content

Commit

Permalink
syntax: fix typo
Browse files Browse the repository at this point in the history
PR #992
  • Loading branch information
Kijewski committed May 14, 2023
1 parent 1872bdf commit 98be16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-syntax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following features are available:
[Unicode's "simple loose matches" specification](https://www.unicode.org/reports/tr18/#Simple_Loose_Matches).
* **unicode-gencat** -
Provide the data for
[Uncode general categories](https://www.unicode.org/reports/tr44/tr44-24.html#General_Category_Values).
[Unicode general categories](https://www.unicode.org/reports/tr44/tr44-24.html#General_Category_Values).
This includes, but is not limited to, `Decimal_Number`, `Letter`,
`Math_Symbol`, `Number` and `Punctuation`.
* **unicode-perl** -
Expand Down

0 comments on commit 98be16a

Please sign in to comment.