Skip to content

Commit 5da4415

Browse files
committed
Remove extra blank spaces.
1 parent bc1661e commit 5da4415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/pod.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ multi MAIN(Bool :$man)
574574
575575
Now C<myprogram --man> will output your Pod rendered as a man page.
576576
577-
578577
=head1 Accessing Pod
579578
580579
In order to access Pod documentation from within a program
@@ -619,6 +618,7 @@ Pod::Block::Code.new(allowed => [], config => {},
619618
contents => ["'Hello World'.say;", "\n"])
620619
621620
621+
622622
=end pod
623623

624624
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)