diff --git a/subjects/islower/README.md b/subjects/islower/README.md index 49d204e3c..abb4ad765 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