From 77c58b0ee174373ec32739564950016b04d4ab52 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:06:13 +0100 Subject: [PATCH] adding a space. --- subjects/reversestrings/READMED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/reversestrings/READMED.md b/subjects/reversestrings/READMED.md index 6b71688b..02877f67 100644 --- a/subjects/reversestrings/READMED.md +++ b/subjects/reversestrings/READMED.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that takes a slice of strings and returns a single string containing them in reverse order with a space between each element of the slice.If the slice is empty, return an empty string. +Write a function that takes a slice of strings and returns a single string containing them in reverse order with a space between each element of the slice. If the slice is empty, return an empty string. ### Expected function