Skip to content

Commit aa26ec2

Browse files
authored
see #3841
Probable intent of author to point to Glossary.
1 parent 8484158 commit aa26ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2643,7 +2643,7 @@ C<s:samespace/.../.../>.
26432643
26442644
=head1 Backtracking
26452645
2646-
Raku defaults to I<backtracking> when evaluating regular expressions.
2646+
Raku defaults to I<backtracking|/language/glossary#Backtracking> when evaluating regular expressions.
26472647
Backtracking is a technique that allows the engine to try different
26482648
matching in order to allow every part of a regular expression to succeed.
26492649
This is costly, because it requires the engine to usually

0 commit comments

Comments
 (0)