Skip to content

Commit 40d34ca

Browse files
committed
Fixup some missing C<> in pod.
1 parent 9685748 commit 40d34ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/5to6-nutshell.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ ago and may lack features that have been added since the beginning of the
11081108
Raku project. Two such features not yet implemented in Raku for the P5
11091109
syntax are the Perl Unicode property matchers C<\p{}> and C<\P{}>.
11101110

1111-
=head2 Special matchers generally fall under the <> syntax
1111+
=head2 Special matchers generally fall under the C«<>» syntax
11121112

11131113
There are many cases of special matching syntax that Perl regexes
11141114
support. They won't all be listed here but often, instead of being

doc/Language/regexes.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ C«<.ws>» subrule calls depending on where it occurs in the regex.
23882388
=end code
23892389

23902390
C<m:s/ photo shop /> acts the same as
2391-
C<m/ photo <.ws> shop <.ws> />. By default, C«<.ws>» makes sure that
2391+
C<m/ photo <.ws>» shop <.ws> />. By default, C«<.ws>» makes sure that
23922392
words are separated, so C<a b> and C<^&> will match C«<.ws>» in the
23932393
middle, but C<ab> won't:
23942394

0 commit comments

Comments
 (0)