From 6572a3d2477053bfd3796527e7ea2876c40b0836 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:34:24 +0100 Subject: [PATCH] docs(reverseString):replace comma with point and capitalaze the first letter --- subjects/reversestrings/READMED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/reversestrings/READMED.md b/subjects/reversestrings/READMED.md index 089d9cfe..6b71688b 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 @@ -35,4 +35,4 @@ $ go run . c b a !gninroM dooG dlroW olleH -``` \ No newline at end of file +```