From b897615c127e46462b1ce52b5df553c22ae3d2fd Mon Sep 17 00:00:00 2001 From: augusto-mantilla Date: Mon, 24 Jun 2019 16:49:48 +0100 Subject: [PATCH] update unmatch --- subjects/unmatch.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/unmatch.en.md b/subjects/unmatch.en.md index 6f3a9c11f..13dd0fe7c 100644 --- a/subjects/unmatch.en.md +++ b/subjects/unmatch.en.md @@ -4,7 +4,7 @@ Write a function, Unmatch, that returns the element of the slice (arr) that does not have a correspondent pair. -- If there no number with a correspondent pair, it shoud return `-1`. +- If all the number have a correspondent pair, it shoud return `-1`. ### Expected function