Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix anchor link (Quantifier → Quantifier)
  • Loading branch information
AlexDaniel committed Jun 21, 2016
1 parent d116737 commit 5a34faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod
Expand Up @@ -294,7 +294,7 @@ character classes:
This first matches a quote, then any characters that aren't quotes, and then
a quote again. The meaning of C<*> and C<+> in the examples above are
explained in L<section Quantifier|#Quantifier>.
explained in L<section Quantifier|#Quantifiers>.
Just as you can use the C<-> for both set difference and negation of a
single value, you can also explicitly put a C<+> in front:
Expand Down

0 comments on commit 5a34faa

Please sign in to comment.