From 7354eca1224ad2aba17cc87de2abd63ea64d291a Mon Sep 17 00:00:00 2001 From: lee Date: Thu, 4 Jun 2020 15:59:13 +0100 Subject: [PATCH] adding spaces --- subjects/method-man.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/method-man.en.md b/subjects/method-man.en.md index f29279c87..369bcfa9d 100644 --- a/subjects/method-man.en.md +++ b/subjects/method-man.en.md @@ -11,8 +11,8 @@ Write 5 functions: - `whisper` that take a string and return it in lower case and surround it with `*` - Create a `capitalize` function that takes a string -and transforms it to upper case only for the first letter, -and in lowercase for the rest of the string + and transforms it to upper case only for the first letter, + and in lowercase for the rest of the string ### Notions