We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8b2fc commit a6ec74fCopy full SHA for a6ec74f
src/dfa.rs
@@ -31,7 +31,7 @@ considerably more complex than one might expect out of a DFA. A number of
31
tricks are employed to make it fast. Tread carefully.
32
33
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/
+articles on regexes is strongly recommended: <https://swtch.com/~rsc/regexp/>
35
(As is the DFA implementation in RE2, which heavily influenced this
36
implementation.)
37
*/
0 commit comments