Browse Source

Fix typo in `unmatched` instructions`

pull/826/head
Augusto 3 years ago
parent
commit
7d8872744a
  1. 2
      subjects/unmatch/README.md

2
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

Loading…
Cancel
Save