Browse Source

Update README.md

updated instructions.
pull/853/head
Pav01Founders 3 years ago committed by GitHub
parent
commit
4882a22cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/basicjoin/README.md

2
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

Loading…
Cancel
Save