mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix typo referenced in Issue #2075
This commit is contained in:
parent
653aca80d3
commit
cc31c2f0c5
@ -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.
|
||||
# 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`)
|
||||
|
Loading…
Reference in New Issue
Block a user