From 1e77ba8c48649736b035c91f4910c3771a930cc5 Mon Sep 17 00:00:00 2001 From: heldev Date: Sun, 24 Dec 2017 05:28:18 -0500 Subject: [PATCH] Fix the Add example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4973298..6009732 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ three | three four | four four | -Result: one, two, three, three, four, four +Result: one, two, three, three, four, four, four ### [Union](https://en.wikipedia.org/wiki/Set_(mathematics)#Unions) The result is items from both lists, but only one item for every match. Example: