Skip to content

Commit c9537ba

Browse files
committed
Fix the link to “Backtracking”
Resolves #628.
1 parent b6a4f58 commit c9537ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Backtracking is the default way a regexp is matched. The engine
202202
is allowed to explore several ways moving backward in the string
203203
characters in order to allow every piece of a regexp
204204
to match something.
205-
For more information see L<Regexp Backtracking section|/language/regexes#backtracking>.
205+
For more information see L<Regexp Backtracking section|/language/regexes#Backtracking>.
206206
207207
=head1 binder
208208

0 commit comments

Comments
 (0)