Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #523 from tbrowder/func-pod-fix
fix typo
  • Loading branch information
jonathanstowe committed May 19, 2016
2 parents e2dcd75 + 6a7c020 commit 8c3819e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/functions.pod
Expand Up @@ -724,8 +724,8 @@ currently (2015.02) only implements them for subroutine parameters.
X<|MAIN>
The sub with the special name C<MAIN> is executed after all relevant phaser
and it's signature is the means by which command line arguments can be parsed.
The sub with the special name C<MAIN> is executed after all relevant phasers,
and its signature is the means by which command line arguments can be parsed.
Multi methods are supported and a usage method is automatically generated and
displayed if no command line arguments are provided.
Expand Down

0 comments on commit 8c3819e

Please sign in to comment.