From fa450cb4b376b2358985faac29b1a97e36d56de1 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:37:59 +0100 Subject: [PATCH] Update README.md Updated instructions to fix grammar. --- 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 99279c00..49d204e3 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 in parameter only contains lowercase characters, and that returns `false` otherwise. +Write a function that returns 'true' if the 'string' passed as the parameter contains only lowercase characters; returns 'false' otherwise. ### Expected function