diff --git a/subjects/isprintable/README.md b/subjects/isprintable/README.md index 97e6fdbb..46530771 100644 --- a/subjects/isprintable/README.md +++ b/subjects/isprintable/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that returns `true` if the `string` passed as a parameter contains only printable characters; returns `false` otherwise. +Write a function that returns `true` if the `string` passed as a parameter contains only printable characters, otherwise, returns `false`. ### Expected function