Skip to content

Commit

Permalink
Remove extra blank spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Apr 16, 2018
1 parent 7208d5a commit d420b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pod.pod6
Expand Up @@ -574,7 +574,6 @@ multi MAIN(Bool :$man)
Now C<myprogram --man> will output your Pod rendered as a man page.
=head1 Accessing Pod
In order to access Pod documentation from within a program
Expand Down Expand Up @@ -619,6 +618,7 @@ Pod::Block::Code.new(allowed => [], config => {},
contents => ["'Hello World'.say;", "\n"])
=end pod

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

0 comments on commit d420b14

Please sign in to comment.