Skip to content

Commit 05c9ba6

Browse files
authored
more teaks, and more info
1 parent 312f7e4 commit 05c9ba6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/Language/about.pod6

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ is always considered a definition)
9595
9696
=item C<The Z Infix>
9797
98-
=item C<The B<Z> Infix>
98+
=item D<The C<Z> Infix>
9999
100100
=item C<Infix Z>
101101
102-
=item C<Infix B<Z>>
102+
=item D<Infix C<Z>>
103103
104104
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
105105
@@ -112,11 +112,11 @@ is always considered a definition)
112112
113113
=item C<The Z Infix>
114114
115-
=item C<The B<Z> Infix>
115+
=item D<The C<Z> Infix>
116116
117117
=item C<Infix Z>
118118
119-
=item C<Infix B<Z>>
119+
=item D<Infix C<Z>>
120120
121121
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
122122
@@ -133,7 +133,8 @@ renders like this
133133
134134
=item X<B<foo>|foo> a fancy subroutine
135135
136-
Notice the text after the pipe ('|') character has no formatting.
136+
Notice the text after the pipe ('|') character has no formatting. Note also that the B<V< C<> >> construct
137+
used above is special in that all space inside is preserved and all text is treated verbatim.
137138
138139
For full details about Perl 6 POD, see L<Synopsis 26, Documentation|https://design.perl6.org/S26.html>.
139140
=end pod

0 commit comments

Comments
 (0)