Skip to content

Commit

Permalink
Revised multi-line comment example
Browse files Browse the repository at this point in the history
Already done by @tbrowder in 8a6e2df.

This would close #2035 if it's OK with everyone.
  • Loading branch information
JJ committed May 20, 2018
1 parent 8a6e2df commit efa99e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/pod.pod6
Expand Up @@ -384,13 +384,13 @@ Z<Eventually copy everything from tables.pod6 and put it here>
Pod comments are comments that Pod renderers ignore.
Comments are useful for meta-documentation (documenting the documentation):
Comments are useful for meta-documentation (documenting the documentation). Single-line coments use the C<comment> keyword:
=begin code
=comment Add more here about the algorithm
=end code
For multi-line comments use a delimited block:
For multi-line comments use a delimited C<comment> block:
=begin code
=begin comment
Expand Down

0 comments on commit efa99e6

Please sign in to comment.