Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak info and formatting
  • Loading branch information
tbrowder committed Jul 5, 2018
1 parent 058fa3b commit 60e3479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/pod.pod6
Expand Up @@ -86,7 +86,7 @@ line as the C<=begin> marker line or C<=for name> for paragraph blocks.)
Paragraph blocks begin by a C<=for> marker and end by
the next Pod directive or the first blank line.
The C<=for> marker is followed by the typename of the block
The C<=for> marker is followed by the C<typename> of the block
plus, optionally, any configuration data as in the delimited
blocks described above.
Expand All @@ -97,9 +97,9 @@ Top Level Heading
=head2 Abbreviated blocks
Abbreviated blocks begin by an C<'='> sign, which is followed immediately by the typename of the
Abbreviated blocks begin by an C<'='> sign, which is followed immediately by the C<typename> of the
block. All following data are part of the contents of the block, thus configuration data
cannot be specified for an abbreviated block. The block ends at the next Pod directive or the
B<cannot> be specified for an abbreviated block. The block ends at the next Pod directive or the
first blank line.
=begin code
Expand Down

0 comments on commit 60e3479

Please sign in to comment.