summaryrefslogtreecommitdiffhomepage
path: root/perl6.html.markdown
diff options
context:
space:
mode:
authorPratik Karki <predatoramigo@gmail.com>2018-01-18 22:11:41 +0545
committerGitHub <noreply@github.com>2018-01-18 22:11:41 +0545
commit97b0390decce83c9fe96e9d29a1100d6e4386077 (patch)
tree5b001ff8ffa6db6518df16d4d9ac4dabd3a1a518 /perl6.html.markdown
parenta6ec4c42a0c34f56d7fd2e8b4161c236cc754691 (diff)
parent654e0052915aadd897f01ddc6e0efc59446aeb10 (diff)
Merge pull request #3045 from bmusin/patch-2
[perl6/en]: fix spelling
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 4723a55f..04f9c6e3 100644
--- a/perl6.html.markdown
+++ b/perl6.html.markdown
@@ -1659,7 +1659,7 @@ sub MAIN($name) { say "Hello, $name !" }
## Usage:
## t.pl <name>
-## And since it's a regular Perl 6 sub, you can haz multi-dispatch:
+## And since it's a regular Perl 6 sub, you can have multi-dispatch:
## (using a "Bool" for the named argument so that we can do `--replace`
## instead of `--replace=1`)
subset File of Str where *.IO.d; # convert to IO object to check the file exists