From 11e12b93fb9af08550da7245075290d36e05cec3 Mon Sep 17 00:00:00 2001
From: Bulat Musin <9249387+bmusin@users.noreply.github.com>
Date: Thu, 18 Jan 2018 07:51:46 +0300
Subject: fix typo

---
 perl6.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'perl6.html.markdown')

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 
-- 
cgit v1.2.3