Skip to content

Commit 8c3819e

Browse files
committed
Merge pull request #523 from tbrowder/func-pod-fix
fix typo
2 parents e2dcd75 + 6a7c020 commit 8c3819e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/functions.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ currently (2015.02) only implements them for subroutine parameters.
724724
725725
X<|MAIN>
726726
727-
The sub with the special name C<MAIN> is executed after all relevant phaser
728-
and it's signature is the means by which command line arguments can be parsed.
727+
The sub with the special name C<MAIN> is executed after all relevant phasers,
728+
and its signature is the means by which command line arguments can be parsed.
729729
Multi methods are supported and a usage method is automatically generated and
730730
displayed if no command line arguments are provided.
731731

0 commit comments

Comments
 (0)