Merge pull request #2092 from JacobCWard/patch-1

Fix typo referenced in Issue #2075
This commit is contained in:
Geoff Liu 2016-01-07 23:12:20 -07:00
commit 0416619036

View File

@ -1329,7 +1329,7 @@ so 'ayc' ~~ / a [ b | y ] c /; # `True`. Obviously enough ...
### Extra: the MAIN subroutime ### Extra: the MAIN subroutine
# The `MAIN` subroutine is called when you run a Perl 6 file directly. # The `MAIN` subroutine is called when you run a Perl 6 file directly.
# It's very powerful, because Perl 6 actually parses the arguments # It's very powerful, because Perl 6 actually parses the arguments
# and pass them as such to the sub. It also handles named argument (`--foo`) # and pass them as such to the sub. It also handles named argument (`--foo`)