From 4882a22cc038752aba8e031a04e494a3beadf53e Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:40:46 +0100 Subject: [PATCH] Update README.md updated instructions. --- subjects/basicjoin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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