Skip to content

Commit ee8fffb

Browse files
authored
Merge pull request #3114 from MasterDuke17/patch-1
"Perl( 6)?" -> "Raku" changes, misc others also
2 parents 00a7df9 + 3bf706f commit ee8fffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/pod.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
=TITLE Pod6
44
5-
=SUBTITLE An easy-to-use markup language for documenting Perl modules and programs
5+
=SUBTITLE An easy-to-use markup language for documenting Raku modules and programs
66
77
Pod6 is an easy-to-use markup language. It can be used for
88
writing language documentation, for documenting programs and modules, as
@@ -23,8 +23,7 @@ A very simple Pod6 document
2323
=head1 Block structure
2424
2525
A Pod6 document may consist of multiple Pod6 blocks. There are four ways to
26-
define
27-
a block: delimited, paragraph, abbreviated, and declarator; the first three
26+
define a block: delimited, paragraph, abbreviated, and declarator; the first three
2827
yield the same result but the fourth differs. You can use whichever form is most
2928
convenient for your particular documentation task.
3029
@@ -47,7 +46,7 @@ Top Level Heading
4746
After the typename, the rest of the C<=begin> marker line is treated as
4847
configuration information for the block. This information is used in
4948
different ways by different types of blocks, but is always specified using
50-
Perl6-ish option pairs. That is, any of:
49+
Raku-ish option pairs. That is, any of:
5150
5251
=begin table
5352
Value is... Specify with... Or with... Or with...
@@ -390,6 +389,7 @@ for breakfast.
390389
391390
As you can see, folk wisdom is often of dubious value.
392391
=end code
392+
Renders as:
393393
394394
Let's consider two common proverbs:
395395

0 commit comments

Comments
 (0)