Skip to content

Commit 548de09

Browse files
authored
Update README.md
1 parent 82d3b72 commit 548de09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/08.1-Merge_list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Since we live in a new world, there should be no colors or labels, right?
44

55
## 📝 Instructions:
66

7-
Write a function that merges two lists and returns a single new list (`merge_list`) merging all the values of both lists.
7+
Write a function `merge_list` that merges two lists and returns a single new list merging all the values of both lists.
88

99
1. Declare an empty list.
1010

0 commit comments

Comments
 (0)