mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 22:38:31 +00:00
Merge pull request #2092 from JacobCWard/patch-1
Fix typo referenced in Issue #2075
This commit is contained in:
commit
0416619036
@ -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`)
|
||||||
|
Loading…
Reference in New Issue
Block a user