Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
These are valid Perl 6 examples
  • Loading branch information
coke committed Nov 1, 2018
1 parent 203c8c3 commit 80eaae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/about.pod6
Expand Up @@ -98,7 +98,7 @@ example, often contain the methods the class implements.
Definitions must be in one of the following forms to be recognized as
the start of a documentable named, say, þ. First the code in the document source:
=begin code :skip-test
=begin code
=item X<C<How to use the þ infix> | infix,þ> (This a special case, which
is always considered a definition)
Expand Down Expand Up @@ -136,7 +136,7 @@ You can add emphasis with bold (B<V< B<> >>) or italicized (B<V< I<> >>),
with or without code formatting (B<V< C<> >>). Due to current parser limitations,
special steps have to be taken to use B<V< X<> >> with other formatting codes; for example:
=begin code :skip-test
=begin code
=item X<B<foo>|foo> a fancy subroutine
=end code
Expand Down

0 comments on commit 80eaae4

Please sign in to comment.