From 183c3ea0923c581fb06062b7b44d9964d5d3fb6d Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:59:07 +0100 Subject: [PATCH] changing sentences --- subjects/islower/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/islower/README.md b/subjects/islower/README.md index 49d204e3..abb4ad76 100644 --- a/subjects/islower/README.md +++ b/subjects/islower/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that returns 'true' if the 'string' passed as the parameter contains only lowercase characters; returns 'false' otherwise. +Write a function that returns `true` if the `string` passed as the parameter contains only lowercase characters, otherwise, returns `false`. ### Expected function