Skip to content

Commit cdabde8

Browse files
committed
an → a (#2604)
1 parent d189ee1 commit cdabde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/pod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ its own Pod documentation:
798798
=begin code
799799
=begin pod
800800
801-
=head1 This is an head1 title
801+
=head1 This is a head1 title
802802
803803
This is a paragraph.
804804
@@ -818,7 +818,7 @@ for $=pod -> $pod-item {
818818
producing the following output:
819819
820820
=for code
821-
Pod::Heading.new(level => 1, config => {}, contents => [Pod::Block::Para.new(config => {}, contents => ["This is an head1 title"])]);
821+
Pod::Heading.new(level => 1, config => {}, contents => [Pod::Block::Para.new(config => {}, contents => ["This is a head1 title"])]);
822822
Pod::Block::Para.new(config => {}, contents => ["This is a paragraph."]);
823823
Pod::Heading.new(level => 2, config => {}, contents => [Pod::Block::Para.new(config => {}, contents => ["Subsection"])]);
824824
Pod::Block::Para.new(config => {}, contents => ["Here some text for the subsection."]);

0 commit comments

Comments
 (0)