Skip to content

Commit 9749fe9

Browse files
authored
Update README.md
1 parent d2357f4 commit 9749fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/27-sequence-of-words/README.md

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

33
## 📝 Instructions:
44

5-
1. Write a function `sequence_of_words`, that accepts a comma separated sequence of words as input.
5+
1. Write a function `sequence_of_words`, that accepts a comma separated sequence of words as input (one string).
66

77
2. Print the words in a comma-separated sequence after sorting them alphabetically.
88

0 commit comments

Comments
 (0)