diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-01-18 22:11:41 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 22:11:41 +0545 |
commit | 97b0390decce83c9fe96e9d29a1100d6e4386077 (patch) | |
tree | 5b001ff8ffa6db6518df16d4d9ac4dabd3a1a518 | |
parent | a6ec4c42a0c34f56d7fd2e8b4161c236cc754691 (diff) | |
parent | 654e0052915aadd897f01ddc6e0efc59446aeb10 (diff) |
Merge pull request #3045 from bmusin/patch-2
[perl6/en]: fix spelling
-rw-r--r-- | perl6.html.markdown | 2 |
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 |