We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d3b72 commit 548de09Copy full SHA for 548de09
exercises/08.1-Merge_list/README.md
@@ -4,7 +4,7 @@ Since we live in a new world, there should be no colors or labels, right?
4
5
## 📝 Instructions:
6
7
-Write a function that merges two lists and returns a single new list (`merge_list`) merging all the values of both lists.
+Write a function `merge_list` that merges two lists and returns a single new list merging all the values of both lists.
8
9
1. Declare an empty list.
10
0 commit comments