Skip to content

Commit a6ec74f

Browse files
doc: fix rustdoc warning about automatic link
PR #868
1 parent 8e8b2fc commit a6ec74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dfa.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ considerably more complex than one might expect out of a DFA. A number of
3131
tricks are employed to make it fast. Tread carefully.
3232
3333
N.B. While this implementation is heavily commented, Russ Cox's series of
34-
articles on regexes is strongly recommended: https://swtch.com/~rsc/regexp/
34+
articles on regexes is strongly recommended: <https://swtch.com/~rsc/regexp/>
3535
(As is the DFA implementation in RE2, which heavily influenced this
3636
implementation.)
3737
*/

0 commit comments

Comments
 (0)