diff --git a/subjects/basicjoin/README.md b/subjects/basicjoin/README.md index 66eaa5a9..aae5b936 100644 --- a/subjects/basicjoin/README.md +++ b/subjects/basicjoin/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that returns the concatenation of all the `string` of a slice of `string` passed in argument. +Write a function that returns a concatenated `string` from the 'strings' passed as arguments. ### Expected function