diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-01-18 22:11:16 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18 22:11:16 +0545 |
commit | a6ec4c42a0c34f56d7fd2e8b4161c236cc754691 (patch) | |
tree | 9d8f84f00119ae50b3d171e903d7fb9f8f413903 | |
parent | d3fe11f6668bbb289517b973cae589c36c09d287 (diff) | |
parent | 11e12b93fb9af08550da7245075290d36e05cec3 (diff) |
Merge pull request #3044 from bmusin/patch-1
[perl6/en]: fix typo.
-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 2821f0d4..4723a55f 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -1366,7 +1366,7 @@ sub add($a, $b) { $a + $b } say [[&add]] 1, 2, 3; #=> 6 ## * Zip meta-operator -## This one is an infix meta-operator than also can be used as a "normal" +## This one is an infix meta-operator that also can be used as a "normal" ## operator. It takes an optional binary function (by default, it just creates ## a pair), and will pop one value off of each array and call its binary ## function on these until it runs out of elements. It returns an array with |