summaryrefslogtreecommitdiffhomepage
path: root/perl6.html.markdown
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2016-01-07 22:08:17 -0700
committerJacob Ward <jacobward1898@gmail.com>2016-01-07 22:08:17 -0700
commitcc31c2f0c5032b723a1d57c971580121be07bf7f (patch)
treea803669871352617cace16de1d4b1a4ba1b4e5ea /perl6.html.markdown
parent653aca80d32e1870f8ee3eb83ced0ae629a3eb03 (diff)
Fix typo referenced in Issue #2075
Diffstat (limited to 'perl6.html.markdown')
-rw-r--r--perl6.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl6.html.markdown b/perl6.html.markdown
index 6633b322..5082a433 100644
--- a/perl6.html.markdown
+++ b/perl6.html.markdown
@@ -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`)