Skip to content

Commit 0c678b4

Browse files
committed
Minor changes
Basically to make a commit that closes #949 since I typed the wrong issue number before.
1 parent ac8bfd9 commit 0c678b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Programs/02-reading-docs.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
=head1 X<INTRODUCTION|p6doc>
88
9-
Program C<p6doc> is a command-line-interface (CLI) program to read
9+
Program C<p6doc> is a command-line-interface (CLI) program that reads
1010
Perl 6 pod from B<installed> modules' source code, in contrast to
1111
running C<perl6 --doc=MODULE programfile> which reads Perl 6 pod from
1212
the named source file.
@@ -24,7 +24,7 @@ how you installed Rakudo Perl 6. To install it use C<zef>:
2424
2525
=head1 DESCRIPTION
2626
27-
With no switches or arguments, C<p6doc> lists its help to C<$*OUT> (stdout):
27+
With no switches or arguments, C<p6doc> lists its help to C<$*OUT> (C<stdout>):
2828
2929
=begin code :skip-test
3030
You want to maintain the index?

0 commit comments

Comments
 (0)