Skip to content

Commit a8adfde

Browse files
authored
Fix broken link in the README (#402)
1 parent b1ee217 commit a8adfde

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
@@ -353,7 +353,7 @@ to always return to the previous state.
353353
As a special case, regexes containing backrefs in the form `\N` (where `N` is
354354
a digit) will match the corresponding capture group from the immediate parent
355355
group. This can be used to parse, among other things, heredocs. See the
356-
[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful/stateful_test.go#L59)
356+
[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful_test.go#L59)
357357
for an example of this, among others.
358358

359359
### Example stateful lexer

0 commit comments

Comments
 (0)