Browse Source

adding a space.

fixDevirged
MSilva95 2 years ago committed by Hamza elkhatri
parent
commit
77c58b0ee1
  1. 2
      subjects/reversestrings/READMED.md

2
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

Loading…
Cancel
Save