1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-30 19:40:36 +02:00

Merge pull request #3045 from bmusin/patch-2

[perl6/en]: fix spelling
This commit is contained in:
Pratik Karki
2018-01-18 22:11:41 +05:45
committed by GitHub

View File

@@ -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