diff --git a/doc/Language/traps.pod6 b/doc/Language/traps.pod6 index 97d0460d2..a28257ce4 100644 --- a/doc/Language/traps.pod6 +++ b/doc/Language/traps.pod6 @@ -921,7 +921,7 @@ of the assignment operators instead: =head1 Regexes -=head2 C«$x» vs C«<$x>», and C«$(code)» vs C«<{code}>» +=head2 C«$x» vs C«<$x>», and C«$(code)» vs C«<{code}>» Perl 6 offers several constructs to generate regexes at runtime through interpolation (see their detailed description