diff --git a/subjects/isprintable/README.md b/subjects/isprintable/README.md index fa22fb5f..01f8416a 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 in parameter only contains printable characters, and returns `false` otherwise. +Write a function that returns `true` if the `string` passed as a parameter only contains printable characters, and returns `false` otherwise. ### Expected function