diff --git a/subjects/reversestrings/READMED.md b/subjects/reversestrings/READMED.md index 089d9cfe..6b71688b 100644 --- a/subjects/reversestrings/READMED.md +++ b/subjects/reversestrings/READMED.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that takes a slice of strings and returns a single string containing them in reverse order with a space between each element of the slice,if the slice is empty, return an empty string. +Write a function that takes a slice of strings and returns a single string containing them in reverse order with a space between each element of the slice.If the slice is empty, return an empty string. ### Expected function @@ -35,4 +35,4 @@ $ go run . c b a !gninroM dooG dlroW olleH -``` \ No newline at end of file +```