Skip to content

Commit 09b2310

Browse files
committed
Eliminates accidental MD refs #2022
1 parent 16e9d9d commit 09b2310

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
@@ -477,7 +477,7 @@ occur between each of the matches. For example, C<a+ % ','> will match
477477
C<a> or C<a,a> or C<a,a,a>, etc. To also match trailing delimiters
478478
( C<a,> or C<a,a,> ), you can use C<%%> instead of C<%>.
479479
480-
The quantifier interacts with `%` and controls the number of overall
480+
The quantifier interacts with C<%> and controls the number of overall
481481
repetitions that can match successfully, so C<a* % ','> also matches the empty
482482
string. If you want match words delimited by commas, you might need to nest an
483483
ordinary and a modified quantifier:

0 commit comments

Comments
 (0)