Skip to content

Commit

Permalink
Fix broken link in the README (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkalt committed May 4, 2024
1 parent b1ee217 commit a8adfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -353,7 +353,7 @@ to always return to the previous state.
As a special case, regexes containing backrefs in the form `\N` (where `N` is
a digit) will match the corresponding capture group from the immediate parent
group. This can be used to parse, among other things, heredocs. See the
[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful/stateful_test.go#L59)
[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful_test.go#L59)
for an example of this, among others.

### Example stateful lexer
Expand Down

0 comments on commit a8adfde

Please sign in to comment.