Skip to content

Commit 6448ad3

Browse files
authored
Update README.md
1 parent fb893fc commit 6448ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05-Sum_all_items/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## 📝 Instructions:
55

6-
1. Complete the code of the function `sum` so that it returns the sum of all the items in `my_sample_list`.
6+
1. Complete the code of the function `sum_all_values` so that it returns the sum of all the items in `my_sample_list`.
77

88
## 💡 Hint:
99

0 commit comments

Comments
 (0)