Browse Source

Merge pull request #854 from Pav01Founders/patch-13

Update subjects/join/README.md
content-update
MSilva95 3 years ago committed by GitHub
parent
commit
3c9c19dd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/join/README.md

2
subjects/join/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that returns the concatenation of all the `string`s of a slice of `string`s **separated** by the separator passed in the argument `sep`.
Write a function that returns the concatenation of all the `string`s of a slice of `string`s **separated** by the separator passed as the argument `sep`.
### Expected function

Loading…
Cancel
Save