Skip to content

Commit 87cc875

Browse files
authored
more tweaks
1 parent 385aa21 commit 87cc875

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/Language/about.pod6

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ is always considered a definition)
121121
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
122122
123123
Note that all the documentable items above should be able to be found by using the search window on
124-
the docs pages. In many cases you may want to emphasize the item in bold (B<>) or italicized (I<>)
125-
font in addition to or in place of the code format (C<>). Due to current parser limitations,
126-
one has to take special steps to use the X<> with other formatting codes. For example:
124+
the docs pages. In many cases you may want to emphasize the item in bold ('B<>') or italicized ('I<>')
125+
font in addition to or in place of the code format ('C<>'). Due to current parser limitations,
126+
one has to take special steps to use the 'X<>' with other formatting codes. For example:
127127
128128
=begin code
129129
=item X<B<foo>|foo> a fancy subroutine
@@ -134,4 +134,6 @@ renders like this
134134
=item X<B<foo>|foo> a fancy subroutine
135135
136136
Notice the text after the pipe ('|') character has no formatting.
137+
138+
For full details about Perl 6 POD, see L<Synopsis 26, Documentation|https://design.perl6.org/S26.html>.
137139
=end pod

0 commit comments

Comments
 (0)