Skip to content

Commit

Permalink
missing link Update regexes.rakudoc
Browse files Browse the repository at this point in the history
a link to the same file only needs `#href`
  • Loading branch information
finanalyst authored Dec 24, 2023
1 parent 7dd1576 commit b7d8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ The C<:?> metacharacter works exactly like C<:!>, except that it enables frugal
backtracking. It is thus closely related to C<?> L<frugal quantifier
modifier|/language/regexes#Greedy_versus_frugal_quantifiers:_?>; again,
however C<:?> can be used after non-quantifier atoms. This includes contexts in
which C<?> would be the L<zero or one|/language/regex#Zero_or_one:_?> quantifier
which C<?> would be the L<zero or one|#Zero_or_one:_?> quantifier
(instead of providing backtracking control):

=begin code
Expand Down

0 comments on commit b7d8e39

Please sign in to comment.