From dc5545474ce7ae73d0fe7f46cb88095e3340af5d Mon Sep 17 00:00:00 2001 From: Augusto Date: Thu, 27 Jun 2019 18:43:47 +0100 Subject: [PATCH] fix typo in sortedlistmerged --- subjects/sortedlistmerge.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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