Browse Source

docs(reverseString):replace comma with point and capitalaze the first letter

fixDevirged
Hamza elkhatri 2 years ago
parent
commit
6572a3d247
  1. 4
      subjects/reversestrings/READMED.md

4
subjects/reversestrings/READMED.md

@ -2,7 +2,7 @@
### Instructions ### 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 ### Expected function
@ -35,4 +35,4 @@ $ go run .
c b a c b a
!gninroM dooG !gninroM dooG
dlroW olleH dlroW olleH
``` ```

Loading…
Cancel
Save