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
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
```
```

Loading…
Cancel
Save