diff --git a/subjects/sortedlistmerge.en.md b/subjects/sortedlistmerge.en.md index 0e44d3dc..1aba0ed4 100644 --- a/subjects/sortedlistmerge.en.md +++ b/subjects/sortedlistmerge.en.md @@ -2,7 +2,7 @@ ### Instructions -Write a function `SortedListMerge` that merges two lists, `n1` and `n2`, but it as to join them in ascending order. +Write a function `SortedListMerge` that merges two lists, `n1` and `n2`, but it has to join them in ascending order. - Assume that `n1` and `n2` are already sorted