Fix typo in `unmatched` instructions`

This commit is contained in:
Augusto 2021-06-08 12:17:29 +01:00
parent 7d693b518b
commit 7d8872744a
1 changed files with 1 additions and 1 deletions

View File

@ -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