Skip to content

Commit 9eda3d3

Browse files
committed
Fix link to Regex type in README
1 parent 204e409 commit 9eda3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ supported.
2020

2121
Documentation with examples for the various matching functions and iterators
2222
can be found on the
23-
[`Regex` type](https://doc.rust-lang.org/regex/regex/enum.Regex.html).
23+
[`Regex` type](https://doc.rust-lang.org/regex/regex/struct.Regex.html).
2424

2525
### Usage
2626

0 commit comments

Comments
 (0)