Skip to content

Commit 093f18f

Browse files
committed
fix whitespace
1 parent 8236877 commit 093f18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/about.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ is always considered a definition)
120120
121121
=item C<trait is cached> (A special case for the L<trait|/language/functions#Traits> documentables)
122122
123-
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<V< B<> >>) or italicized (B<V< I<> >>)
123+
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<V< B<> >>) or italicized (B<V< I<> >>)
125125
font in addition to or in place of the code format (B<V< C<> >>). Due to current parser limitations,
126126
one has to take special steps to use the B<V< X<> >> with other formatting codes. For example:
127127
@@ -136,5 +136,5 @@ renders like this
136136
Notice the text after the pipe ('|') character has no formatting. Note also that the B<V< C<> >> construct
137137
used above is special in that all space inside is preserved and all text is treated verbatim.
138138
139-
For full details about Perl 6 POD, see L<Synopsis 26, Documentation|https://design.perl6.org/S26.html>.
139+
For full details about Perl 6 POD, see L<Synopsis 26, Documentation|https://design.perl6.org/S26.html>.
140140
=end pod

0 commit comments

Comments
 (0)