Browse Source

Fix grammar and phrasing of instructions of `join` exercise

pull/826/head
Augusto 3 years ago
parent
commit
86f550a545
  1. 2
      subjects/join/README.md

2
subjects/join/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function that simulates the behaviour of the `Join` function in Go. This function returns the concatenation of all the strings of a slice of strings **separated** by a separator passed in argument.
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`.
### Expected function

Loading…
Cancel
Save