From 7d8872744a26eebbba9d55d10313a54a34e775d5 Mon Sep 17 00:00:00 2001 From: Augusto Date: Tue, 8 Jun 2021 12:17:29 +0100 Subject: [PATCH] Fix typo in `unmatched` instructions` --- subjects/unmatch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/unmatch/README.md b/subjects/unmatch/README.md index 5e071a7f..25de0b7a 100644 --- a/subjects/unmatch/README.md +++ b/subjects/unmatch/README.md @@ -4,7 +4,7 @@ Write a function, `Unmatch`, that returns the element of the slice that does not have a correspondent pair. -- If all the number have a correspondent pair, it shoud return `-1`. +- If all the number have a correspondent pair, it should return `-1`. ### Expected function